Genfun::GaudiMathImplementation::NumericalDefiniteIntegral::gsl_ws_deleter Struct Reference

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

Public Member Functions

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

Detailed Description

Definition at line 380 of file NumericalDefiniteIntegral.h.

Member Function Documentation

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

Definition at line 381 of file NumericalDefiniteIntegral.h.

381  {
382  if (p) gsl_integration_workspace_free ( p->ws ) ;
383  delete p;
384  }
void Genfun::GaudiMathImplementation::NumericalDefiniteIntegral::gsl_ws_deleter::operator() ( _Workspace p) const
inline

Definition at line 381 of file NumericalDefiniteIntegral.h.

381  {
382  if (p) gsl_integration_workspace_free ( p->ws ) ;
383  delete p;
384  }

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