Skip to content

Commit

Permalink
Fixes quiet mode in System class
Browse files Browse the repository at this point in the history
  • Loading branch information
Friedemann Zenke committed Apr 4, 2014
1 parent 41efd86 commit 6437b97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/System.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ class System

double simulation_time_realtime_ratio;

bool quiet;

/*! Draws the progress bar */
void progressbar ( double fraction, float time );
Expand All @@ -75,6 +74,9 @@ class System


public:
/*! Switch to turn output to quiet mode (no progress bar). */
bool quiet;

System();
System(mpi::communicator * communicator);
void init();
Expand Down

0 comments on commit 6437b97

Please sign in to comment.