bulk commit
[LbmBenchmarkKernelsPublic.git] / src / Lattice.h
index 99b3fc30a641c75d9977a26371935ee6d9fb8777..c23b70f9a9a42cd807181c65402a18c6c6733c14 100644 (file)
@@ -74,5 +74,6 @@ static inline int L_INDEX_4(int dims[3], int x, int y, int z)
        return z * dims[0] * dims[1] + y * dims[0] + x;
 }
 
+void LatDumpAscii(LatticeDesc * ld, int zStart, int zStop);
 
 #endif // __LATTICE_H__
This page took 0.04748 seconds and 5 git commands to generate.