X-Git-Url: http://git.rrze.uni-erlangen.de/gitweb/?p=LbmBenchmarkKernelsPublic.git;a=blobdiff_plain;f=src%2FGeometry.h;h=a9bf2601368935ee0ea3796e088fbc07197a47c7;hp=11d72ff8f015cfc8f62dccf34ed252f54708b3d3;hb=e3f82424829ebb623343ce0092238f83b4a1b8c2;hpb=ecf590ae9bb13ba2b2f01c3bf7a53056a8b1467b diff --git a/src/Geometry.h b/src/Geometry.h index 11d72ff..a9bf260 100644 --- a/src/Geometry.h +++ b/src/Geometry.h @@ -37,7 +37,8 @@ typedef enum GEO_TYPES_ { GEO_TYPE_PIPE = 2, GEO_TYPE_BLOCKS = 3, // Expects a pointer to an integer, holding the // value of the block size as type detail. - GEO_TYPE_MAX = 3 + GEO_TYPE_FLUID = 4, + GEO_TYPE_MAX = 4 } GEO_TYPES;