Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / integration / reset.c
1 static inline void
2 reset_nrmax (gsl_integration_workspace * workspace);
3
4 static inline void
5 reset_nrmax (gsl_integration_workspace * workspace)
6 {
7   workspace->nrmax = 0;
8   workspace->i = workspace->order[0] ;
9 }