polaroid-pp

Schlieren and contour plot tool
git clone https://git.0xfab.ch/polaroid-pp.git
Log | Files | Refs | Submodules | README | LICENSE

commit 1faa0317faf0a0f539be77743bf7e36e49378c67
parent edd26b85f56a3f955110c80833b696ef50768afb
Author: Fabian Wermelinger <fabianw@mavt.ethz.ch>
Date:   Tue, 17 May 2016 19:08:43 +0200

added flush after commandline arg print

Diffstat:
Mapps/polaroidCamera/polaroidCameraMPI.cpp | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/apps/polaroidCamera/polaroidCameraMPI.cpp b/apps/polaroidCamera/polaroidCameraMPI.cpp @@ -28,6 +28,7 @@ int main(int argc, char* argv[]) cout << argv[i] << " "; cout << endl; myparser.print_args(); + cout.flush(); } worker.wait();