diff options
Diffstat (limited to 'src/core/spectrum.hpp')
-rw-r--r-- | src/core/spectrum.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/spectrum.hpp b/src/core/spectrum.hpp index de9355d..2a293fa 100644 --- a/src/core/spectrum.hpp +++ b/src/core/spectrum.hpp @@ -16,7 +16,7 @@ public: Spectrum operator*(const Spectrum &o) const; Spectrum operator/(const Spectrum &o) const; - Spectrum clamp(double low = 0, double high = INFINITY) const; + Spectrum clamp(double low = 0, double high = INFTY) const; double R() const { return c[0]; } double G() const { return c[1]; } |