diff options
Diffstat (limited to 'src/optics.h')
-rw-r--r-- | src/optics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/optics.h b/src/optics.h index 5a6dec9..13b3e0b 100644 --- a/src/optics.h +++ b/src/optics.h @@ -1,6 +1,7 @@ #ifndef OPTICS_H #define OPTICS_H +double get_absorption_length_snoman_h2o(double wavelength); double get_absorption_length_snoman_d2o(double wavelength); double get_index(double p, double wavelength, double T); double get_index_snoman_h2o(double wavelength); |