Ignore:
File:
1 edited

Legend:

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

    raf2c424 re4afb4  
    5555
    5656  // execute action
    57   output.open(params.outputname.c_str());
    58   binoutput.open(params.binoutputname.c_str());
     57  output.open(params.outputname.string().c_str());
     58  binoutput.open(params.binoutputname.string().c_str());
    5959  ASSERT(params.Boundary != NULL, "No molecule specified for SurfaceCorrelation.");
    6060  const double radius = 4.;
     
    114114  return true;
    115115}
    116 
    117 const string AnalysisSurfaceCorrelationAction::getName() {
    118   return NAME;
    119 }
    120116/** =========== end of function ====================== */
Note: See TracChangeset for help on using the changeset viewer.