Loading src/TNL/Meshes/GridDetails/Grid2D_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -299,7 +299,7 @@ getSpaceStepsProducts() const Assert( yPow >= -2 && yPow <= 2, std::cerr << " yPow = " << yPow ); return this->spaceStepsProducts[ yPow + 2 ][ xPow + 2 ]; return this->spaceStepsProducts[ xPow + 2 ][ yPow + 2 ]; } template< typename Real, Loading src/TNL/Meshes/GridDetails/Grid3D_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -348,7 +348,7 @@ getSpaceStepsProducts() const Assert( zPow >= -2 && zPow <= 2, std::cerr << " zPow = " << zPow ); return this->spaceStepsProducts[ zPow + 2 ][ yPow + 2 ][ xPow + 2 ]; return this->spaceStepsProducts[ xPow + 2 ][ yPow + 2 ][ zPow + 2 ]; } template< typename Real, Loading Loading
src/TNL/Meshes/GridDetails/Grid2D_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -299,7 +299,7 @@ getSpaceStepsProducts() const Assert( yPow >= -2 && yPow <= 2, std::cerr << " yPow = " << yPow ); return this->spaceStepsProducts[ yPow + 2 ][ xPow + 2 ]; return this->spaceStepsProducts[ xPow + 2 ][ yPow + 2 ]; } template< typename Real, Loading
src/TNL/Meshes/GridDetails/Grid3D_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -348,7 +348,7 @@ getSpaceStepsProducts() const Assert( zPow >= -2 && zPow <= 2, std::cerr << " zPow = " << zPow ); return this->spaceStepsProducts[ zPow + 2 ][ yPow + 2 ][ xPow + 2 ]; return this->spaceStepsProducts[ xPow + 2 ][ yPow + 2 ][ zPow + 2 ]; } template< typename Real, Loading