[PATCH #190] This commit closes #190, as in WValueSet the minimum was...
[PATCH #190] This commit closes #190, as in WValueSet the minimum was initialized with MAX_DOUBLE which lead to the invalid data. Instead we may use std::numeric_limits< T > and every thing is fine.
Showing
Please register or sign in to comment