Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/AnalysisAction/PairCorrelationAction.cpp

    r9ee38b re4afb4  
    5454
    5555  // 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());
    5858  PairCorrelationMap *correlationmap = NULL;
    5959  std::vector<molecule*> molecules = World::getInstance().getSelectedMolecules();
     
    8787  return true;
    8888}
    89 
    90 const string AnalysisPairCorrelationAction::getName() {
    91   return NAME;
    92 }
    9389/** =========== end of function ====================== */
Note: See TracChangeset for help on using the changeset viewer.