add single precision, add aa-vec-sl-soa kernel, updated doc
[LbmBenchmarkKernelsPublic.git] / src / Lattice.h
index c23b70f9a9a42cd807181c65402a18c6c6733c14..97ef1f4a6657d8f0ed8fa352d9108e8c13a99191 100644 (file)
@@ -51,6 +51,7 @@ typedef struct LatticeDesc_ {
        int PeriodicX;          // Periodic in X direction.
        int PeriodicY;          // Periodic in Y direction.
        int PeriodicZ;          // Periodic in Z direction.
+       const char * Name;      // Geometry Name, points to statically allocated names, do not free!
 } LatticeDesc;
 
 
This page took 0.056569 seconds and 5 git commands to generate.