blob: 424b8373175a9a5205ce1a508d8e48a4f6fc32b0 [file] [log] [blame]
static inline void
reset_nrmax (gsl_integration_workspace * workspace);
static inline void
reset_nrmax (gsl_integration_workspace * workspace)
{
workspace->nrmax = 0;
workspace->i = workspace->order[0] ;
}