mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
AppFwk : Fix assignment of float value
This commit is contained in:
parent
88ead1f986
commit
950617af96
@ -80,7 +80,7 @@ TEST(SerializeNumbers, SimpleObjectWithDoubleValues)
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
TEST(SerializeNumbers, SimpleObjectWithFloatValues)
|
TEST(SerializeNumbers, SimpleObjectWithFloatValues)
|
||||||
{
|
{
|
||||||
float valueA = 0.123456789;
|
float valueA = 0.123456789f;
|
||||||
float valueB = 123456 + valueA;
|
float valueB = 123456 + valueA;
|
||||||
|
|
||||||
QString objectAsText;
|
QString objectAsText;
|
||||||
|
Loading…
Reference in New Issue
Block a user