<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Dear SPECFEM3D Developers,<br>
    <br>
    I think there is a bug in the meshfem3D program, both in the V2.0.1
    distribution, and in the SVN development version.<br>
    <br>
    Please look at SVN, meshfem3D.f90, as of version 18219, line 626. It
    reads:<br>
    <br>
    <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; icornerlat = int((lat - orig_y_interface_bottom) /
      spacing_<b>x</b>_interface_bottom) + 1<br>
    </tt><br>
    I think this should read <br>
    <tt><br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; icornerlat = int((lat - orig_y_interface_bottom) /
      spacing_<b>y</b>_interface_bottom) + 1</tt><br>
    <br>
    instead.<br>
    <br>
    best regards,<br>
    - Dr. Valentin Pavlov<br>
    CTO, VPR&amp;D<br>
    Rila Solutions EAD<br>
    1113 Sofia, Bulgaria<br>
    Acad. G. Bonchev str., bl. 27<br>
    +359 2 970 96 100<br>
    <a class="moz-txt-link-freetext" href="http://www.rila.com">http://www.rila.com</a><br>
    <br>
  </body>
</html>