Loading src/TNL/Functions/MeshFunctionGnuplotWriter_impl.h +2 −2 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ write( const MeshFunctionType& function, { entity.refresh(); typename MeshType::VertexType v = entity.getCenter(); str << v << " " str << v.x() << " " << function.getData().getElement( entity.getIndex() ) << std::endl; } return true; Loading @@ -71,7 +71,7 @@ write( const MeshFunctionType& function, { entity.refresh(); typename MeshType::VertexType v = entity.getCenter(); str << v << " " str << v.x() << " " << function.getData().getElement( entity.getIndex() ) << std::endl; } return true; Loading Loading
src/TNL/Functions/MeshFunctionGnuplotWriter_impl.h +2 −2 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ write( const MeshFunctionType& function, { entity.refresh(); typename MeshType::VertexType v = entity.getCenter(); str << v << " " str << v.x() << " " << function.getData().getElement( entity.getIndex() ) << std::endl; } return true; Loading @@ -71,7 +71,7 @@ write( const MeshFunctionType& function, { entity.refresh(); typename MeshType::VertexType v = entity.getCenter(); str << v << " " str << v.x() << " " << function.getData().getElement( entity.getIndex() ) << std::endl; } return true; Loading