git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5520 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -493,9 +493,7 @@ void ReadRestart::header()
|
||||
delete [] style;
|
||||
|
||||
} else if (flag == NTIMESTEP) {
|
||||
// placeholder until ntimestep is 8-bytes
|
||||
bigint ntimestep = read_bigint();
|
||||
update->ntimestep = static_cast<int> (ntimestep);
|
||||
update->ntimestep = read_bigint();
|
||||
|
||||
// set dimension from restart file
|
||||
|
||||
|
||||
Reference in New Issue
Block a user