1 2 3 4 5 6
#ifndef REFRACTIVE_INDEX_H #define REFRACTIVE_INDEX_H double get_index(double p, double wavelength, double T); #endif