git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14004 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -514,6 +514,9 @@ protected:
|
||||
/// \brief Array of \link cvc \endlink objects
|
||||
std::vector<cvc *> cvcs;
|
||||
|
||||
/// \brief Flags to enable or disable cvcs at next colvar evaluation
|
||||
std::vector<bool> cvc_flags;
|
||||
|
||||
/// \brief Initialize the sorted list of atom IDs for atoms involved
|
||||
/// in all cvcs (called when enabling task_collect_gradients)
|
||||
void build_atom_list(void);
|
||||
|
||||
Reference in New Issue
Block a user