git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15250 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2016-07-01 23:31:09 +00:00
parent a99c922a14
commit 88812c44fb
9 changed files with 40 additions and 6 deletions

View File

@ -66,6 +66,9 @@ class Timer : protected Pointers {
// trigger enforced timeout
void force_timeout() { _timeout = 0.0; };
// get remaining time in seconds. 0.0 if inactive, negative if expired
double get_timeout_remain();
// print timeout message
void print_timeout(FILE *);