aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorArun Isaac2021-04-08 15:39:42 +0530
committerArun Isaac2021-04-08 15:39:42 +0530
commit04fac42febd1e8cd594910cdc1143b8666ec14a3 (patch)
tree639913a95694e3bdb0dff17a9b4323bda7f7b9c6 /include
parent1241246fd8a7babb18b163662b356bdf63c887c3 (diff)
downloadnsmc-04fac42febd1e8cd594910cdc1143b8666ec14a3.tar.gz
nsmc-04fac42febd1e8cd594910cdc1143b8666ec14a3.tar.lz
nsmc-04fac42febd1e8cd594910cdc1143b8666ec14a3.zip
Rename volume-experiment to volume-importance.
* src/extent-sampling.sc, include/extent-sampling.h (volume-experiment): Rename to volume-importance.
Diffstat (limited to 'include')
-rw-r--r--include/extent-sampling.h2
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,