aboutsummaryrefslogtreecommitdiff
path: root/refractive_index.h
blob: 5976eca8386554d9ac1f9b89893840f02e52d28d (plain)
1
2
3
4
5
6
#ifndef REFRACTIVE_INDEX_H
#define REFRACTIVE_INDEX_H

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

#endif