Changes in src/molecule_dynamics.cpp [e4afb4:32ea56]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/molecule_dynamics.cpp
re4afb4 r32ea56 498 498 * \return true - success in writing step files, false - error writing files or only one step in molecule::Trajectories 499 499 */ 500 bool molecule::LinearInterpolationBetweenConfiguration(int startstep, int endstep, std::string prefix, config &configuration, bool MapByIdentity)500 bool molecule::LinearInterpolationBetweenConfiguration(int startstep, int endstep, std::string &prefix, config &configuration, bool MapByIdentity) 501 501 { 502 502 // TODO: rewrite permutationMaps using enumeration objects
Note:
See TracChangeset
for help on using the changeset viewer.