bulk commit
[LbmBenchmarkKernelsPublic.git] / src / Geometry.h
index 11d72ff8f015cfc8f62dccf34ed252f54708b3d3..a9bf2601368935ee0ea3796e088fbc07197a47c7 100644 (file)
@@ -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;
 
 
This page took 0.049371 seconds and 5 git commands to generate.