tweak morph conditions

This commit is contained in:
James E McClure 2018-11-02 16:57:12 -04:00
parent 53004a10e0
commit 30df673fc0

View File

@ -408,6 +408,7 @@ void ScaLBL_ColorModel::Run(){
double TARGET_SATURATION = 0.f;
if (color_db->keyExists( "target_saturation" )){
target_saturation = color_db->getVector<double>( "target_saturation" );
TARGET_SATURATION = target_saturation[0];
}
double capillary_number;