tweak morph conditions
This commit is contained in:
parent
53004a10e0
commit
30df673fc0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user