git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15250 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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 *);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user