diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/extent-sampling.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/extent-sampling.h b/include/extent-sampling.h index 1fd6bba..9ceddf5 100644 --- a/include/extent-sampling.h +++ b/include/extent-sampling.h @@ -58,7 +58,7 @@ double volume_cone const gsl_vector* mean, double omega_min, double omega_max, unsigned int number_of_samples, double* variance); -double volume_experiment +double volume_importance (extent_oracle_t *extent_oracle, const gsl_rng* r, const gsl_vector* mean, unsigned int samples_per_cone, double solid_angle_factor, double solid_angle_threshold_exponent_factor, |