Skip to content
Snippets Groups Projects
Commit e78ed7d0 authored by Stefan Paquay's avatar Stefan Paquay
Browse files

Improved the warning message of fix_manifoldforce about incompatible min_style.

parent 5a383aa5
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,8 @@ FixManifoldForce::FixManifoldForce(LAMMPS *lmp, int narg, char **arg) :
int good_minner = str_eq(update->minimize_style,"hftn") |
str_eq(update->minimize_style,"quickmin");
if( !good_minner){
error->warning(FLERR,"Minimizing with fix manifoldforce without hftn or quickmin is fishy");
error->warning(FLERR,"Make sure min_style is set to hftn "
"or quickmin before minimizing");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment