- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/MoleculeAction/LinearInterpolationofTrajectoriesAction.cpp
r1fd675 re4afb4 50 50 if (params.IdMapping) 51 51 DoLog(1) && (Log() << Verbose(1) << "Using Identity for the permutation map." << endl); 52 if (!mol->LinearInterpolationBetweenConfiguration(params.start, params.end, params.filename , *(World::getInstance().getConfig()), params.IdMapping))52 if (!mol->LinearInterpolationBetweenConfiguration(params.start, params.end, params.filename.branch_path().string(), *(World::getInstance().getConfig()), params.IdMapping)) 53 53 DoLog(2) && (Log() << Verbose(2) << "Could not store " << params.filename << " files." << endl); 54 54 else … … 79 79 return false; 80 80 } 81 82 const string MoleculeLinearInterpolationofTrajectoriesAction::getName() {83 return NAME;84 }85 81 /** =========== end of function ====================== */
Note:
See TracChangeset
for help on using the changeset viewer.