Loading src/TNL/Meshes/GridDetails/GridTraverser_impl.h +4 −4 Original line number Diff line number Diff line Loading @@ -500,7 +500,7 @@ processEntities( #ifdef HAVE_OPENMP #pragma omp for #endif for( IndexType z = begin.y(); z <= end.y(); z ++ ) for( IndexType z = begin.z(); z <= end.z(); z ++ ) for( IndexType y = begin.y(); y <= end.y(); y ++ ) for( IndexType x = begin.x(); x <= end.x(); x ++ ) { Loading Loading
src/TNL/Meshes/GridDetails/GridTraverser_impl.h +4 −4 Original line number Diff line number Diff line Loading @@ -500,7 +500,7 @@ processEntities( #ifdef HAVE_OPENMP #pragma omp for #endif for( IndexType z = begin.y(); z <= end.y(); z ++ ) for( IndexType z = begin.z(); z <= end.z(); z ++ ) for( IndexType y = begin.y(); y <= end.y(); y ++ ) for( IndexType x = begin.x(); x <= end.x(); x ++ ) { Loading