remove Fortran library and the styles based on it from MESONT package

This commit is contained in:
Axel Kohlmeyer
2023-01-20 18:29:54 -05:00
parent ef692258b4
commit 4d545b3539
43 changed files with 38 additions and 6701 deletions

View File

@ -28,6 +28,11 @@ ComputeDeprecated::ComputeDeprecated(LAMMPS *lmp, int narg, char **arg) : Comput
if (lmp->comm->me == 0)
utils::logmesg(lmp, "\nCompute style 'DEPRECATED' is a dummy style\n\n");
return;
} else if (my_style == "mesont") {
if (lmp->comm->me == 0)
utils::logmesg(lmp,
"\nCompute style 'mesont' and the associated pair style have been "
"removed. Please use pair style 'mesocnt' instead.\n\n");
}
error->all(FLERR, "This compute style is no longer available");
}