Skip to content
Snippets Groups Projects
Commit af478b1a authored by JanThorbecke's avatar JanThorbecke
Browse files

typo

parent 67742d01
No related branches found
No related tags found
No related merge requests found
...@@ -458,7 +458,7 @@ int main(int argc, char **argv) ...@@ -458,7 +458,7 @@ int main(int argc, char **argv)
iz = ioPz; iz = ioPz;
while(l2m[(ix+ioPx)*n1+iz] == 0.0) iz++; while(l2m[(ix+ioPx)*n1+iz] == 0.0) iz++;
bnd.surface[ix+ioPx] = iz; bnd.surface[ix+ioPx] = iz;
if ((verbose>3) && (iz != ioPz)) vmess("Topgraphy surface x=%.2f z=%.2f", mod.x0+mod.dx*ix, mod.z0+mod.dz*(iz-ioPz)); if ((verbose>3) && (iz != ioPz)) vmess("Topography surface x=%.2f z=%.2f", mod.x0+mod.dx*ix, mod.z0+mod.dz*(iz-ioPz));
} }
for (ix=0; ix<ioPx; ix++) { for (ix=0; ix<ioPx; ix++) {
bnd.surface[ix] = bnd.surface[ioPx]; bnd.surface[ix] = bnd.surface[ioPx];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment