-
- Downloads
There was an error fetching the commit references. Please try again later.
Added preparation step for Actions
New virtual method for Actions which is called at steps when action is active just before atoms sharing. This is the right place where Actions can change their atom requirements. E.g., you can do class ColvarSomething{ ... void prepare(); } void ColvarSomething::prepare(){ // take here your decision and eventually change the requested atoms }
Please register or sign in to comment