- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/AnalysisAction/PairCorrelationAction.cpp
r9ee38b re4afb4 54 54 55 55 // execute action 56 output.open(params.outputname. c_str());57 binoutput.open(params.binoutputname. c_str());56 output.open(params.outputname.string().c_str()); 57 binoutput.open(params.binoutputname.string().c_str()); 58 58 PairCorrelationMap *correlationmap = NULL; 59 59 std::vector<molecule*> molecules = World::getInstance().getSelectedMolecules(); … … 87 87 return true; 88 88 } 89 90 const string AnalysisPairCorrelationAction::getName() {91 return NAME;92 }93 89 /** =========== end of function ====================== */
Note:
See TracChangeset
for help on using the changeset viewer.