-
- Downloads
There was an error fetching the commit references. Please try again later.
Forbidding use of multiple values with unnamed values
I forbid Actions to declare both an unnamed value and named values. In a far future, the action name alone will imply passing the full structure. Example: d1: DISTANCE ATOMS=1,2 COMPONENTS now only declared d1.x d1.y and d1.z, whereas d1 cannot be accessed directly as a value (since it is a complex structure that we cannot handle yet)
Showing
- src/ActionWithValue.cpp 16 additions, 3 deletionssrc/ActionWithValue.cpp
- src/ActionWithValue.h 3 additions, 0 deletionssrc/ActionWithValue.h
- src/BiasMovingRestraint.cpp 0 additions, 2 deletionssrc/BiasMovingRestraint.cpp
- src/BiasRestraint.cpp 0 additions, 2 deletionssrc/BiasRestraint.cpp
- src/ColvarDistance.cpp 14 additions, 8 deletionssrc/ColvarDistance.cpp
- src/ColvarTemplate.cpp 0 additions, 30 deletionssrc/ColvarTemplate.cpp
Please register or sign in to comment