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

This commit is contained in:
sjplimp
2016-08-03 19:31:52 +00:00
parent be6c086cb4
commit 1f6518400e
4 changed files with 3 additions and 4 deletions

View File

@ -98,6 +98,7 @@ Timer::Timer(LAMMPS *lmp) : Pointers(lmp)
_timeout = -1.0;
_checkfreq = 10;
_nextcheck = -1;
this->_stamp(RESET);
}
/* ---------------------------------------------------------------------- */