diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/extent-sampling.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/extent-sampling.h b/include/extent-sampling.h index 9ceddf5..edf8b19 100644 --- a/include/extent-sampling.h +++ b/include/extent-sampling.h @@ -43,11 +43,6 @@ double volume const gsl_rng* r, unsigned int dimension, double rtol, gsl_rstat_workspace* stats); -double volume_window -(extent_oracle_t *extent_oracle, double true_volume, - const gsl_rng* r, unsigned int dimension, double rtol, - unsigned int* number_of_samples); - double integral (integrand_t *integrand, extent_oracle_t *extent_oracle, double true_integral, const gsl_rng* r, unsigned int dimension, double rtol, |