Rename lut -> double_lut.
[libdcp.git] / src / s_gamut3_transfer_function.cc
index 512a29510b7b0b48f5fbce0844fe3152dfe3a397..831fcb53769ee8b0d3dc67470c9d1d8123b44b51 100644 (file)
@@ -49,7 +49,7 @@ using namespace dcp;
 
 
 vector<double>
-SGamut3TransferFunction::make_lut (double from, double to, int bit_depth, bool inverse) const
+SGamut3TransferFunction::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);