Skip to content
Snippets Groups Projects
Commit 736b15b3 authored by Gareth Tribello's avatar Gareth Tribello
Browse files

Made single class that allows you to pass vessels

There are now a number of places where data in vessels is passed
between actions.  For instance this is done in multicolvar functions
such as local_q4 and when calculating the average value of the CV in
a particular volume.  I had done this in an ad-hoc way so there were
duplicated bits of code in different places.  I have now changed the
code so that there is less duplication of code.  There is now a single
base class which (most) of these vessel using actions inherit from.
MultiColvar functions still copy data across manually
parent 925d2e45
No related branches found
No related tags found
No related merge requests found
Showing
with 258 additions and 103 deletions
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