-
- Downloads
There was an error fetching the commit references. Please try again later.
Moved some of the neighbor list stuff from ActionWithVessel to MultiColvar
This is an attempt to make it easier to re-use ActionWithVessel for things other than MultiColvar. There are multiple ways to do a neighbor list and so I felt this functionality should be separated somewhat. In addition the way I had implemented the neighbor list for multicolvar meant that the list was being updated one step later than it should have been. Also did some tidying of the multicolvar and vessel code
Showing
- regtest/rt20-mpi/colvar.reference 2 additions, 2 deletionsregtest/rt20-mpi/colvar.reference
- regtest/rt20/colvar.reference 2 additions, 2 deletionsregtest/rt20/colvar.reference
- src/multicolvar/CoordinationNumbers.cpp 1 addition, 1 deletionsrc/multicolvar/CoordinationNumbers.cpp
- src/multicolvar/Density.cpp 1 addition, 1 deletionsrc/multicolvar/Density.cpp
- src/multicolvar/Distances.cpp 1 addition, 1 deletionsrc/multicolvar/Distances.cpp
- src/multicolvar/MultiColvar.cpp 53 additions, 52 deletionssrc/multicolvar/MultiColvar.cpp
- src/multicolvar/MultiColvar.h 23 additions, 6 deletionssrc/multicolvar/MultiColvar.h
- src/multicolvar/SecondaryStructureRMSD.cpp 2 additions, 2 deletionssrc/multicolvar/SecondaryStructureRMSD.cpp
- src/tools/DynamicList.h 28 additions, 0 deletionssrc/tools/DynamicList.h
- src/vesselbase/ActionWithVessel.cpp 25 additions, 47 deletionssrc/vesselbase/ActionWithVessel.cpp
- src/vesselbase/ActionWithVessel.h 20 additions, 55 deletionssrc/vesselbase/ActionWithVessel.h
Loading
Please register or sign in to comment