Rename lut -> double_lut.
[libdcp.git] / src / modified_gamma_transfer_function.cc
index 991e642e9dab8069c61901cd01d5b045d9549d1d..a54a090a829ed40abd45893fd5c2be974f1c43ef 100644 (file)
@@ -59,7 +59,7 @@ ModifiedGammaTransferFunction::ModifiedGammaTransferFunction (double power, doub
 
 
 vector<double>
-ModifiedGammaTransferFunction::make_lut (double from, double to, int bit_depth, bool inverse) const
+ModifiedGammaTransferFunction::make_double_lut(double from, double to, int bit_depth, bool inverse) const
 {
        int const bit_length = int(std::pow(2.0f, bit_depth));
        auto lut = vector<double>(bit_length);