<div dir="ltr">Thank you.<div><br></div><div>Will this fix be added to future versions or I have to apply this manually ?</div><div><br></div><div>Best</div><div>praveen</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 21, 2017 at 1:41 PM, Barry Smith <span dir="ltr"><<a href="mailto:bsmith@mcs.anl.gov" target="_blank">bsmith@mcs.anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
  Sorry about that; since it involves character strings so it is something we currently need to do manually.<br>
<br>
  If you are<br>
<br>
1) using petsc 3.7 from the tar ball I've attached a patch file, apply it in the petsc directory with patch -p1 < add-fortran-tsadaptsettype<br>
<br>
2) if you are using petsc 3.7 from the git repository (i.e. the maint branch) do "git fetch; git checkout barry/add-fortran-<wbr>tsadaptsettype"<br>
<br>
3) if you are using petsc master from git use "git fetch; git checkout barry/add-fortran-<wbr>tsadaptsettype; git checkout master; git merge barry/add-fortran-<wbr>tsadaptsettype"<br>
<br>
In all cases after this you need to rerun ./configure and make<br>
<span class="HOEnZb"><font color="#888888"><br>
   Barry<br>
<br>
</font></span><br><br>
> On Mar 21, 2017, at 1:22 AM, Praveen C <<a href="mailto:cpraveen@gmail.com">cpraveen@gmail.com</a>> wrote:<br>
><br>
> Dear all<br>
><br>
> In my fortran code, I want to set to TSADAPTNONE by default. But it seems that TSAdaptSetType does not exist in fortran. Is there a solution for this ?<br>
><br>
> Thanks<br>
> praveen<br>
<br>
<br></blockquote></div><br></div>