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

Bugzilla 1605 - Reduce GOTO statements in WAFS source code #84

Open
YaliMao-NOAA opened this issue Dec 3, 2024 · 0 comments
Open

Bugzilla 1605 - Reduce GOTO statements in WAFS source code #84

YaliMao-NOAA opened this issue Dec 3, 2024 · 0 comments

Comments

@YaliMao-NOAA
Copy link
Collaborator

From bugzilla 1605

Please continue the effort to reduce GOTO statement in WAFS source code. Current version has 198:

for file in `find /lfs/h1/ops/para/packages/wafs.v7.0.0/sorc -name "*.[fF]*" -type f` 
do 
  egrep -iH "go[ ]*to" $file | grep -iv :c | grep -iv :\! 
done | wc -l

198
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