You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I get the following error when I am running the script "runBlasiusSolver.sh" in a ubuntu 20.04 terminal.
File "/home/pratham/WORKSPACE/hegel_dir/run_dir/flatplate_boundary_layer/2D/compressible-Blasius-solver/compressibleBlasius.py", line 64
global g10
^^^^^^^^^^
SyntaxError: name 'g10' is assigned to before global declaration
The python version I am using is 3.11.7.
It would be helpful if you can provide a description about how to use the code.
The text was updated successfully, but these errors were encountered:
Hello. I get the following error when I am running the script "runBlasiusSolver.sh" in a ubuntu 20.04 terminal.
File "/home/pratham/WORKSPACE/hegel_dir/run_dir/flatplate_boundary_layer/2D/compressible-Blasius-solver/compressibleBlasius.py", line 64
global g10
^^^^^^^^^^
SyntaxError: name 'g10' is assigned to before global declaration
The python version I am using is 3.11.7.
It would be helpful if you can provide a description about how to use the code.
The text was updated successfully, but these errors were encountered: