diff options
Diffstat (limited to 'src/optics.h')
-rw-r--r-- | src/optics.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/optics.h b/src/optics.h index 5e39ea1..e2df659 100644 --- a/src/optics.h +++ b/src/optics.h @@ -2,5 +2,7 @@ #define OPTICS_H double get_index(double p, double wavelength, double T); +double get_index_snoman_h2o(double wavelength); +double get_index_snoman_d2o(double wavelength); #endif |