Skip to content
Snippets Groups Projects
  • Giovanni Bussi's avatar
    a67412c2
    Added preparation step for Actions · a67412c2
    Giovanni Bussi authored
    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
    }
    a67412c2
    History
    Added preparation step for Actions
    Giovanni Bussi authored
    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
    }
Code owners
Assign users and groups as approvers for specific file changes. Learn more.