mirror of
https://github.com/corda/corda.git
synced 2025-02-08 03:50:34 +00:00
change popDouble return type to double
This commit is contained in:
parent
6d27274aea
commit
0c36b7b3b6
@ -167,7 +167,7 @@ popLong(Thread* t)
|
|||||||
return (b << 32) | a;
|
return (b << 32) | a;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline float
|
inline double
|
||||||
popDouble(Thread* t)
|
popDouble(Thread* t)
|
||||||
{
|
{
|
||||||
return bitsToDouble(popLong(t));
|
return bitsToDouble(popLong(t));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user