diff --git a/prism/src/explicit/ExportIterations.java b/prism/src/explicit/ExportIterations.java
index 04e658ef..196177bb 100644
--- a/prism/src/explicit/ExportIterations.java
+++ b/prism/src/explicit/ExportIterations.java
@@ -67,6 +67,7 @@ public class ExportIterations {
log.println("
" + title + "
");
log.println("");
log.println("");
+ log.flush();
}
/**
@@ -92,6 +93,7 @@ public class ExportIterations {
exportValue(d);
}
log.print("]," + type + ")\n");
+ log.flush();
}
/**
@@ -117,6 +119,7 @@ public class ExportIterations {
exportValue(d);
}
log.print("]," + type + ")\n");
+ log.flush();
}
private void exportValue(double d)
@@ -134,6 +137,7 @@ public class ExportIterations {
public void close()
{
log.println("\n