-
Notifications
You must be signed in to change notification settings - Fork 34
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
Reduce the number cycles when parsing #23
Comments
You are right, but I have just strongly refactored this procedure (indeed all procedures). I am uploading my testing version into a new version on Github repo, so you can see my progress, but this version has a very testing status... |
Now the procedure is inside the CLAg group and there is the exit statement for reducing the number of cycles: https://github.com/szaghi/FLAP/blob/master/src/Data_Type_Command_Line_Interface.F90#L1212 |
Good job! |
No, you are great! I am too slow... but I am very busy. |
Hello Stefano,
I was looking through the code searching for a bug (I will report it now) and I see that in:
FLAP/src/Data_Type_Command_Line_Interface.F90
Line 1193 in b135fb8
The loop continues even after finding the switch in the CLI. The suggestion is to force to stop the loop at this point. I think this would reduce the complexity.
What do you think?
Best regards,
Víctor.
The text was updated successfully, but these errors were encountered: