gsl_integration__reset.c 211 B

12345678910
  1. static inline void
  2. reset_nrmax (gsl_integration_workspace * workspace);
  3. static inline void
  4. reset_nrmax (gsl_integration_workspace * workspace)
  5. {
  6. workspace->nrmax = 0;
  7. workspace->i = workspace->order[0] ;
  8. }