aboutsummaryrefslogtreecommitdiff
path: root/src/optics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/optics.h')
-rw-r--r--src/optics.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/optics.h b/src/optics.h
index 13b3e0b..fdeefdd 100644
--- a/src/optics.h
+++ b/src/optics.h
@@ -1,7 +1,10 @@
#ifndef OPTICS_H
#define OPTICS_H
+int optics_init(void);
+double get_weighted_absorption_length_snoman_h2o(void);
double get_absorption_length_snoman_h2o(double wavelength);
+double get_weighted_absorption_length_snoman_d2o(void);
double get_absorption_length_snoman_d2o(double wavelength);
double get_index(double p, double wavelength, double T);
double get_index_snoman_h2o(double wavelength);