Commit b4fd8519 authored by Mark Friedrichs's avatar Mark Friedrichs
Browse files

Fix for particles w/o multipole axis (e.g. ions)

parent adb5374a
...@@ -63,7 +63,7 @@ public: ...@@ -63,7 +63,7 @@ public:
PME = 1 PME = 1
}; };
enum MultipoleAxisTypes { ZThenX = 0, Bisector = 1, ZBisect = 2, ThreeFold = 3, ZOnly = 4, LastAxisTypeIndex = 5 }; enum MultipoleAxisTypes { ZThenX = 0, Bisector = 1, ZBisect = 2, ThreeFold = 3, ZOnly = 4, NoAxisType = 5, LastAxisTypeIndex = 6 };
// Algorithm used to converge mutual induced dipoles: // Algorithm used to converge mutual induced dipoles:
// SOR: successive-over-relaxation // SOR: successive-over-relaxation
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment