cosmetic changes

This commit is contained in:
Axel Kohlmeyer 2019-03-26 13:09:49 -04:00
parent efad31f474
commit cf349633f7
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
2 changed files with 1 additions and 4 deletions

View File

@ -660,7 +660,7 @@ void FixRigidSmall::setup(int vflag)
// must check here, not in init, b/c neigh/comm values set after fix init
double cutghost = MAX(neighbor->cutneighmax,comm->cutghostuser);
if (maxextent > cutghost)
if (maxextent > cutghost)
error->all(FLERR,"Rigid body extent > ghost cutoff - use comm_modify cutoff");
//check(1);

View File

@ -22,9 +22,6 @@ FixStyle(rigid/small,FixRigidSmall)
#include "fix.h"
// replace this later
//#include <map>
namespace LAMMPS_NS {
class FixRigidSmall : public Fix {