Skip to content

Commit 2a42313

Browse files
AugustoAugusto
authored andcommitted
legend in CompareWithTGenPhaseSpace.cu
1 parent 49eed83 commit 2a42313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcbooster/GTypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ typedef unsigned char GByte_t; ///< Byte (8 bits) (unsigned char)
4747
typedef long long GLong64_t; ///< Portable signed long integer 8 bytes
4848
typedef unsigned long long GULong64_t; ///< Portable unsigned long integer 8 bytes
4949
#ifdef FP_SINGLE
50-
typedef double GReal_t;///< Double 8 bytes or float 4 bytes
50+
typedef float GReal_t;///< Double 8 bytes or float 4 bytes
5151
#else
5252
typedef double GReal_t;///< Double 8 bytes or float 4 bytes
5353
#endif

0 commit comments

Comments
 (0)