forked from lijiext/lammps
cosmetic changes
This commit is contained in:
parent
efad31f474
commit
cf349633f7
|
@ -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);
|
||||
|
|
|
@ -22,9 +22,6 @@ FixStyle(rigid/small,FixRigidSmall)
|
|||
|
||||
#include "fix.h"
|
||||
|
||||
// replace this later
|
||||
//#include <map>
|
||||
|
||||
namespace LAMMPS_NS {
|
||||
|
||||
class FixRigidSmall : public Fix {
|
||||
|
|
Loading…
Reference in New Issue