Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

End Loops #85

Open
milesatstetson opened this issue Oct 6, 2020 · 1 comment
Open

End Loops #85

milesatstetson opened this issue Oct 6, 2020 · 1 comment

Comments

@milesatstetson
Copy link

GOTO

@milesatstetson
Copy link
Author

Looks like there are a few GOTO statements that are being used to exit loops. Took me a bit to figure out that in both cases, it was just terminating the loop early (i.e. EXIT):

mt3d-usgs.f
Line 332: GOTO 110
Line 399: IF(ICNVG.EQ.1) GOTO 110

Then you also can remove line 403: " 110 CONTINUE"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant