X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=code%2Fstage1%2Fsrc%2FUtil%2Ftypes.h;h=6b6da6f47c9a76a3cb8ff06d64e43c646abbfa8f;hb=73d68777d709e054cf74e806e23b0bdefda9462a;hp=824be8872059af26f65dde456a0b5784fac6010b;hpb=f9f51b6ab4c7280dd521da675353252d7b078984;p=epclust.git diff --git a/code/stage1/src/Util/types.h b/code/stage1/src/Util/types.h index 824be88..6b6da6f 100644 --- a/code/stage1/src/Util/types.h +++ b/code/stage1/src/Util/types.h @@ -12,8 +12,6 @@ typedef unsigned char Byte; -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 typedef struct Work_t { @@ -40,7 +38,7 @@ typedef struct Result_t { // data structure to store a customer ID + [time-]serie typedef struct PowerCurve { uint32_t ID; - Real* values; + float* values; } PowerCurve; #endif