Compatibility issue between sgio and isorect example #58
Unanswered
rhig2000
asked this question in
VABS Related Discussions
Replies: 2 comments
-
Yes, 1.0d0=1.0e0 for double precision in Fortran. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok, good. So it's a valid format. Thanks, Wenbin! Please consider updating sgio to handle it for better compatibility. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The last line of the isorect example specifies density as "1.0d0" which cannot be converted to float in sgio _input.py, _readMaterial, line 163.
VABS seems to understand or ignore "1.0d0". Is it supposed to be "1.0e0"?
Beta Was this translation helpful? Give feedback.
All reactions