diff options
author | tlatorre <tlatorre@uchicago.edu> | 2018-07-05 16:49:46 -0400 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2018-07-05 16:49:46 -0400 |
commit | 25c19a8888197db68ada2a40c0917e1f534323d7 (patch) | |
tree | f3201c3e5fd9cc6ef4d823a17a23a87e0833cbda /refractive_index.h | |
parent | a752ad53b2712fb58bed611ef9297cb822e1bb20 (diff) | |
download | sddm-25c19a8888197db68ada2a40c0917e1f534323d7.tar.gz sddm-25c19a8888197db68ada2a40c0917e1f534323d7.tar.bz2 sddm-25c19a8888197db68ada2a40c0917e1f534323d7.zip |
refractive_index.c -> optics.c
Diffstat (limited to 'refractive_index.h')
-rw-r--r-- | refractive_index.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/refractive_index.h b/refractive_index.h deleted file mode 100644 index 5976eca..0000000 --- a/refractive_index.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef REFRACTIVE_INDEX_H -#define REFRACTIVE_INDEX_H - -double get_index(double p, double wavelength, double T); - -#endif |