X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FEngine.hh;h=76120c49c890b45bba4beb618504f3ea76403df2;hp=2d7dfd6aa77b9ee56ebb591f7e7954c15b69875a;hb=72d4af22710317acffab861421c4364b1780b6fe;hpb=493ddb59a8620b49dfa0ff62ce93395ebfd02e86 diff --git a/src/Moof/Engine.hh b/src/Moof/Engine.hh index 2d7dfd6..76120c4 100644 --- a/src/Moof/Engine.hh +++ b/src/Moof/Engine.hh @@ -53,7 +53,7 @@ public: virtual ~Engine(); int run(); - void stop(); + void stop(int exitCode = 0); void setTimestep(Scalar ts); Scalar getTimestep();