From 1265c5cfacdc3a5196e905602aa01129cf59d269 Mon Sep 17 00:00:00 2001 From: Rex Zhe Li Date: Mon, 28 Oct 2019 15:18:27 -0400 Subject: [PATCH] currently turn off force adaptation per morph interval --- models/ColorModel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/ColorModel.cpp b/models/ColorModel.cpp index 35ffa150..aba0520d 100644 --- a/models/ColorModel.cpp +++ b/models/ColorModel.cpp @@ -551,7 +551,7 @@ void ScaLBL_ColorModel::Run(){ if (color_db->keyExists( "capillary_number" )){ capillary_number = color_db->getScalar( "capillary_number" ); SET_CAPILLARY_NUMBER=true; - RESCALE_FORCE_MAX = 1; + //RESCALE_FORCE_MAX = 1; } if (analysis_db->keyExists( "rescale_force_count" )){ RESCALE_FORCE_MAX = analysis_db->getScalar( "rescale_force_count" );