Skip to content
Snippets Groups Projects
Commit f28a895c authored by Gareth Tribello's avatar Gareth Tribello
Browse files

Fixed small bug in InPlaneDistances

parent 213c66d8
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,7 @@ InPlaneDistances::InPlaneDistances(const ActionOptions&ao):
// Read in the atoms
std::vector<AtomNumber> all_atoms;
readThreeGroups("GROUP","VECTORSTART","VECTOREND",false,false,all_atoms);
setupMultiColvarBase( all_atoms );
// Check atoms are OK
if( getFullNumberOfTasks()!=getNumberOfAtoms()-2 ) error("you should specify one atom for VECTORSTART and one atom for VECTOREND only");
......
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