diff --git a/models/ColorModel.cpp b/models/ColorModel.cpp index 3914964d..3bfcd798 100644 --- a/models/ColorModel.cpp +++ b/models/ColorModel.cpp @@ -408,6 +408,7 @@ void ScaLBL_ColorModel::Run(){ double TARGET_SATURATION = 0.f; if (color_db->keyExists( "target_saturation" )){ target_saturation = color_db->getVector( "target_saturation" ); + TARGET_SATURATION = target_saturation[0]; } double capillary_number;