- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/MoleculeAction/LinearInterpolationofTrajectoriesAction.cpp
ra02462 r35b698 5 5 * Author: heber 6 6 */ 7 8 #include "Helpers/MemDebug.hpp" 7 9 8 10 #include "Actions/MoleculeAction/LinearInterpolationofTrajectoriesAction.hpp" … … 67 69 if (IdMapping) 68 70 DoLog(1) && (Log() << Verbose(1) << "Using Identity for the permutation map." << endl); 69 char outputname[MAXSTRINGSIZE]; 70 strcpy(outputname, filename.c_str()); 71 // TODO: LinearInterpolationBetweenConfiguration should use stream, not the filename directly! (better for unit test) 72 if (!mol->LinearInterpolationBetweenConfiguration(start, end, outputname, *(World::getInstance().getConfig()), IdMapping)) 73 DoLog(2) && (Log() << Verbose(2) << "Could not store " << outputname << " files." << endl); 71 if (!mol->LinearInterpolationBetweenConfiguration(start, end, filename, *(World::getInstance().getConfig()), IdMapping)) 72 DoLog(2) && (Log() << Verbose(2) << "Could not store " << filename << " files." << endl); 74 73 else 75 74 DoLog(2) && (Log() << Verbose(2) << "Steps created and " << filename << " files stored." << endl);
Note:
See TracChangeset
for help on using the changeset viewer.