aboutsummaryrefslogtreecommitdiff
path: root/optics.h
blob: 5e39ea10adb508f255cdf3f7e0622cc10834cb30 (plain)
1
2
3
4
5
6
#ifndef OPTICS_H
#define OPTICS_H

double get_index(double p, double wavelength, double T);

#endif