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
For a spherical geometry, the code requires an angle at 90deg. If the user inputs it specifically, the following message is output:
"*** WARNING . 90 DEGREE CONE INPUT BY USER. JUST
MAKING THE POINT."
This is misleading, especially as I am currently getting strange results near 90 degrees. So I had arrange to avoid 90 deg and then the code explicitly adds a 90 deg angle since it is mandatory!
So the above message should be replaced with something like
" NOTE ***. AS REQUIRED, 90 DEGREE CONE INPUT BY USER."
It is not a warning.
This is at line 610 in utils/geomsph.mortran
The text was updated successfully, but these errors were encountered:
For a spherical geometry, the code requires an angle at 90deg. If the user inputs it specifically, the following message is output:
"*** WARNING . 90 DEGREE CONE INPUT BY USER. JUST
MAKING THE POINT."
This is misleading, especially as I am currently getting strange results near 90 degrees. So I had arrange to avoid 90 deg and then the code explicitly adds a 90 deg angle since it is mandatory!
So the above message should be replaced with something like
" NOTE ***. AS REQUIRED, 90 DEGREE CONE INPUT BY USER."
It is not a warning.
This is at line 610 in utils/geomsph.mortran
The text was updated successfully, but these errors were encountered: