- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/AnalysisAction/PointCorrelationAction.cpp
r9ee38b re4afb4 56 56 57 57 // execute action 58 output.open(params.outputname. c_str());59 binoutput.open(params.binoutputname. c_str());58 output.open(params.outputname.string().c_str()); 59 binoutput.open(params.binoutputname.string().c_str()); 60 60 cout << "Point to correlate to is " << params.Point << endl; 61 61 CorrelationToPointMap *correlationmap = NULL; … … 92 92 return true; 93 93 } 94 95 const string AnalysisPointCorrelationAction::getName() {96 return NAME;97 }98 94 /** =========== end of function ====================== */
Note:
See TracChangeset
for help on using the changeset viewer.