move version and num_ver from Universe to LAMMPS and make num_ver an int
This commit is contained in:
@ -621,7 +621,7 @@ void ReadRestart::header()
|
||||
char *version = read_string();
|
||||
if (me == 0)
|
||||
utils::logmesg(lmp,fmt::format(" restart file = {}, LAMMPS = {}\n",
|
||||
version,universe->version));
|
||||
version,lmp->version));
|
||||
delete [] version;
|
||||
|
||||
// we have no forward compatibility, thus exit with error
|
||||
|
||||
Reference in New Issue
Block a user