From 82cb92293cb2b1f830fcc5f5d6a3e3b4e16102ab Mon Sep 17 00:00:00 2001 From: Gareth Tribello <gareth.tribello@gmail.com> Date: Thu, 5 Jun 2014 17:52:07 +0100 Subject: [PATCH] Removed an overzealous error message from ActionAtomistic --- src/core/ActionAtomistic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/ActionAtomistic.cpp b/src/core/ActionAtomistic.cpp index e798d4a41..0dfc93d0e 100644 --- a/src/core/ActionAtomistic.cpp +++ b/src/core/ActionAtomistic.cpp @@ -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 ){ -- GitLab