<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Apr 5, 2018 at 7:16 PM, Bernardo Rocha <span dir="ltr"><<a href="mailto:bernardomartinsrocha@gmail.com" target="_blank">bernardomartinsrocha@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-family:arial,helvetica,sans-serif;font-size:small">Hello everyone,</div><div style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div style="font-family:arial,helvetica,sans-serif;font-size:small">I've been trying to use DMPlex in a Fortran 77 application</div><div style="font-family:arial,helvetica,sans-serif;font-size:small">(unfortunately this is legacy code and I can't move to F90).</div><div style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div style="font-family:arial,helvetica,sans-serif;font-size:small">Is there a way to use DMPlexGetCone on it?</div><div style="font-family:arial,helvetica,sans-serif;font-size:small">Although the documentation online says it is only available for F90,</div><div style="font-family:arial,helvetica,sans-serif;font-size:small">I'm wondering if there is a trick like the ones in the users manual for routines </div><div style="font-family:arial,helvetica,sans-serif;font-size:small">that return an array. I tried, but I'm not sure it it is right.</div></div></blockquote><div><br></div><div>We have standardized our array handling with F90, and I don't think we will go back</div><div>to supporting new things for F77-style arrays.</div><div><br></div><div>That being said, I think all you have to do is compile that source with an F90 compiler. You</div><div>should not have to change anything. If you want the F90 array to look like an F77 array,</div><div>just pass it as a function argument (I think this works).</div><div><br></div><div>  Thanks,</div><div><br></div><div>     Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-family:arial,helvetica,sans-serif;font-size:small">Best regards,</div><div style="font-family:arial,helvetica,sans-serif;font-size:small">Bernardo M. Rocha</div></div></blockquote></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>-- Norbert Wiener</div><div><br></div><div><a href="http://www.caam.rice.edu/~mk51/" target="_blank">https://www.cse.buffalo.edu/~knepley/</a><br></div></div></div></div></div>
</div></div>