Skip to content
Snippets Groups Projects
Commit cea0bde5 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

Minor changes in the read and write routines.

[[Imported from SVN: r192]]
parent 5686733b
No related branches found
No related tags found
No related merge requests found
......@@ -240,9 +240,9 @@ namespace Dune
file << d << " " << r << " ";
file << n << " " << m << "\n";
file << myId_ << " " << ftype << "\n";
file.close();
}
file.close();
if(ftype == xdr)
return asImp().write_xdr(filename,timestep);
if(ftype == ascii)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment