git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9346 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -627,6 +627,8 @@ void ReadRestart::header()
|
||||
}
|
||||
|
||||
atom->create_avec(style,nwords,words);
|
||||
atom->avec->read_restart_settings(fp);
|
||||
|
||||
for (int i = 0; i < nwords; i++) delete [] words[i];
|
||||
delete [] words;
|
||||
delete [] style;
|
||||
|
||||
Reference in New Issue
Block a user