move version and num_ver from Universe to LAMMPS and make num_ver an int

This commit is contained in:
Axel Kohlmeyer
2020-09-19 11:32:53 -04:00
parent 56d9222156
commit 4c51a8ae57
17 changed files with 30 additions and 32 deletions

View File

@ -95,7 +95,7 @@ void WriteCoeff::command(int narg, char **arg)
file+4, utils::getsyserror()));
fprintf(two,"# LAMMPS coeff file via write_coeff, version %s\n",
universe->version);
lmp->version);
while(1) {
int coeff_mode = REGULAR_MODE;