Loading src/TNL/Experimental/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlDirectEikonalProblem_impl.h +1 −4 Original line number Diff line number Diff line Loading @@ -173,10 +173,7 @@ makeSnapshot( ) Meshes::DistributedMeshes::DistributedGridIO<MeshFunctionType,Meshes::DistributedMeshes::LocalCopy> ::save(fileName.getFileName(), *u ); } else { if( ! this->u->save( fileName.getFileName() ) ) return false; } this->u->save( fileName.getFileName() ); return true; } Loading Loading
src/TNL/Experimental/Hamilton-Jacobi/Solvers/hamilton-jacobi/tnlDirectEikonalProblem_impl.h +1 −4 Original line number Diff line number Diff line Loading @@ -173,10 +173,7 @@ makeSnapshot( ) Meshes::DistributedMeshes::DistributedGridIO<MeshFunctionType,Meshes::DistributedMeshes::LocalCopy> ::save(fileName.getFileName(), *u ); } else { if( ! this->u->save( fileName.getFileName() ) ) return false; } this->u->save( fileName.getFileName() ); return true; } Loading