From 30df673fc0503b281298aa511dbd3206f2f4ff6a Mon Sep 17 00:00:00 2001 From: James E McClure Date: Fri, 2 Nov 2018 16:57:12 -0400 Subject: [PATCH] tweak morph conditions --- models/ColorModel.cpp | 1 + 1 file changed, 1 insertion(+) 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;