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
and the result of GetReal("testblock", "testparam") was 0.0. This appeared to be due to Parthenon reading a value of = 2.0 and casting this string to a Real which resulted in 0.0. The problem was fixed by removing the leading whitespace from testparam. It appears we need to check parameter input for leading whitespace.
The text was updated successfully, but these errors were encountered:
Someone recently tried the input parameter block
and the result of
GetReal("testblock", "testparam")
was0.0
. This appeared to be due to Parthenon reading a value of= 2.0
and casting this string to aReal
which resulted in0.0
. The problem was fixed by removing the leading whitespace fromtestparam
. It appears we need to check parameter input for leading whitespace.The text was updated successfully, but these errors were encountered: