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

flush speedup file on checkpoint write

parent 49d618c3
No related branches found
No related tags found
No related merge requests found
......@@ -334,6 +334,9 @@ namespace Dune {
//! backup routine
void backup() const
{
// flush run file
flush();
typedef PersistenceManager :: BackupStreamType BackupStreamType ;
BackupStreamType& stream = PersistenceManager :: backupStream();
......
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