Genfun::GaudiMathImplementation::NumericalIndefiniteIntegral::gsl_ws_deleter Struct Reference

#include </scratch/z5/marcocle/GaudiDocs/lhcb-release/996/GAUDI/GAUDI_v26r4/InstallArea/x86_64-slc6-gcc48-opt/include/GaudiMath/NumericalIndefiniteIntegral.h>

Public Member Functions

void operator() (_Workspace *p) const
 
void operator() (_Workspace *p) const
 

Detailed Description

Definition at line 358 of file NumericalIndefiniteIntegral.h.

Member Function Documentation

void Genfun::GaudiMathImplementation::NumericalIndefiniteIntegral::gsl_ws_deleter::operator() ( _Workspace p) const
inline

Definition at line 359 of file NumericalIndefiniteIntegral.h.

359  {
360  if (p) gsl_integration_workspace_free ( p->ws ) ;
361  delete p;
362  }
void Genfun::GaudiMathImplementation::NumericalIndefiniteIntegral::gsl_ws_deleter::operator() ( _Workspace p) const
inline

Definition at line 359 of file NumericalIndefiniteIntegral.h.

359  {
360  if (p) gsl_integration_workspace_free ( p->ws ) ;
361  delete p;
362  }

The documentation for this struct was generated from the following file: