X-Git-Url: http://git.rrze.uni-erlangen.de/gitweb/?p=LbmBenchmarkKernelsPublic.git;a=blobdiff_plain;f=src%2FLattice.h;h=97ef1f4a6657d8f0ed8fa352d9108e8c13a99191;hp=c23b70f9a9a42cd807181c65402a18c6c6733c14;hb=0fde6e45e9be83893afae896cf49a799777f6d7c;hpb=712d0b8fc4a382e1cfe4edef8b0ade11b0a2ce25 diff --git a/src/Lattice.h b/src/Lattice.h index c23b70f..97ef1f4 100644 --- a/src/Lattice.h +++ b/src/Lattice.h @@ -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;