X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=code%2Fstage1%2Fsrc%2FUtil%2Ftypes.h;h=824be8872059af26f65dde456a0b5784fac6010b;hb=ebf1280e432d51f47238ce8df86750ba3a7d6d1f;hp=eaab1b03aab97de749aae1a547cf090f62788434;hpb=aa7daeaacfda268c392adf1c5efbccea77be9fe0;p=epclust.git diff --git a/code/stage1/src/Util/types.h b/code/stage1/src/Util/types.h index eaab1b0..824be88 100644 --- a/code/stage1/src/Util/types.h +++ b/code/stage1/src/Util/types.h @@ -12,7 +12,7 @@ typedef unsigned char Byte; -typedef double Real; +typedef float Real; // Type to describe a job to be done in a node //TODO: merge with packed version to avoid extra copy by MPI