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

Made statement in if have equal whitespace on either side.

parent e78ed7d0
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ FixManifoldForce::FixManifoldForce(LAMMPS *lmp, int narg, char **arg) : ...@@ -53,7 +53,7 @@ FixManifoldForce::FixManifoldForce(LAMMPS *lmp, int narg, char **arg) :
// Check the min-style: // Check the min-style:
int good_minner = str_eq(update->minimize_style,"hftn") | int good_minner = str_eq(update->minimize_style,"hftn") |
str_eq(update->minimize_style,"quickmin"); str_eq(update->minimize_style,"quickmin");
if( !good_minner){ if( !good_minner ){
error->warning(FLERR,"Make sure min_style is set to hftn " error->warning(FLERR,"Make sure min_style is set to hftn "
"or quickmin before minimizing"); "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