diff --git a/code/branches/web/EasyWave.cu b/code/branches/web/EasyWave.cu index d64e02e338c7d327d42957589f1d7b206d006d85..c5ddd4eb541e17b14db5058bed15b8fc295c38c2 100644 --- a/code/branches/web/EasyWave.cu +++ b/code/branches/web/EasyWave.cu @@ -131,6 +131,8 @@ int main( int argc, char **argv ) } } + fflush( stdout ); + if( Par.outDump ) { if( (elapsed-lastDump) >= Par.outDump ) { Node.copyIntermediate();