Skip to content
Snippets Groups Projects
Commit a67412c2 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

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
}
parent 451af3c9
No related branches found
No related tags found
No related merge requests found
Loading
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