Changes in src/molecule_dynamics.cpp [32ea56:e4afb4]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/molecule_dynamics.cpp
r32ea56 re4afb4 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.