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

Removed an overzealous error message from ActionAtomistic

parent ae824625
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ donotforce(false),
atoms(plumed.getAtoms())
{
atoms.add(this);
if(atoms.getNatoms()==0) error("Cannot perform calculations involving atoms without atoms");
// if(atoms.getNatoms()==0) error("Cannot perform calculations involving atoms without atoms");
}
void ActionAtomistic::registerKeywords( Keywords& keys ){
......
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