Runtime error: Attemp to use the value "250m" as a dimensionless number · Issue #1335 · omnetpp/omnetpp · GitHub
More Web Proxy on the site http://driver.im/
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
When I try to run the osg-earth sample, I encountered the problem as shown in the following picture.

This error is throwed from a function called doubleValue in cvalue.cc. The function call trace is as follows:

It seems to be not allowed to assign a value that has unit to a dimensionless number.

I want to know if this is reasonable and how to solve this problem.
The text was updated successfully, but these errors were encountered: