diff options
author | tlatorre <tlatorre@uchicago.edu> | 2018-07-04 16:56:29 -0400 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2018-07-04 16:56:29 -0400 |
commit | a81ca4e4bf3c84b9c4fcefe80f23ed59db2d5689 (patch) | |
tree | 053b556a50fbec3d87cc4d33de96097be3a4db39 /quantum_efficiency.h | |
parent | 8dd7e5e7b47e38c61447b0ef2b7cfaed8584cd92 (diff) | |
download | sddm-a81ca4e4bf3c84b9c4fcefe80f23ed59db2d5689.tar.gz sddm-a81ca4e4bf3c84b9c4fcefe80f23ed59db2d5689.tar.bz2 sddm-a81ca4e4bf3c84b9c4fcefe80f23ed59db2d5689.zip |
initial commit of a file to calculate the quantum efficiency
Diffstat (limited to 'quantum_efficiency.h')
-rw-r--r-- | quantum_efficiency.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/quantum_efficiency.h b/quantum_efficiency.h new file mode 100644 index 0000000..bd05950 --- /dev/null +++ b/quantum_efficiency.h @@ -0,0 +1,6 @@ +#ifndef QUANTUM_EFFICIENCY_H +#define QUANTUM_EFFICIENCY_H + +double get_quantum_efficiency(double wavelength); + +#endif |