git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5529 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -88,7 +88,7 @@ void FixEventTAD::restart(char *buf)
|
||||
|
||||
event_number = static_cast<int> (list[n++]);
|
||||
event_timestep = static_cast<int> (list[n++]);
|
||||
tlo = static_cast<double> (list[n++]);
|
||||
tlo = list[n++];
|
||||
ebarrier = list[n++];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user