Unverified Commit f34f133f authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

bugfix for pair style lubricate when used with walls

parent ce02cb58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ using namespace MathConst;

// same as fix_wall.cpp

enum{EDGE,CONSTANT,VARIABLE};
enum{NONE=0,EDGE,CONSTANT,VARIABLE};

/* ---------------------------------------------------------------------- */