diff options
Diffstat (limited to 'src/optics.h')
-rw-r--r-- | src/optics.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/optics.h b/src/optics.h new file mode 100644 index 0000000..5e39ea1 --- /dev/null +++ b/src/optics.h @@ -0,0 +1,6 @@ +#ifndef OPTICS_H +#define OPTICS_H + +double get_index(double p, double wavelength, double T); + +#endif |