X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/931c993776aa8bc41f11d6d676a894324d73a1a3..974356cea3f71fcefd5a970cb6441e158e39b3ed:/progress.h?ds=inline diff --git a/progress.h b/progress.h index 44b6f94..da6854e 100644 --- a/progress.h +++ b/progress.h @@ -6,6 +6,7 @@ class progress public: progress(int a_realsteps, int a_progsteps=100); bool madeStep( int realStep ); + double done(); private: int realsteps;