From 60931d6d1941c578da77439ea37eec71b701ba3b Mon Sep 17 00:00:00 2001 From: Van Dung Nguyen <vdg.nguyen@gmail.com> Date: Tue, 3 Nov 2020 09:23:52 +0100 Subject: [PATCH] change default option --- NonLinearSolver/modelReduction/Tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NonLinearSolver/modelReduction/Tree.h b/NonLinearSolver/modelReduction/Tree.h index add67981d..2f775afd5 100644 --- a/NonLinearSolver/modelReduction/Tree.h +++ b/NonLinearSolver/modelReduction/Tree.h @@ -59,7 +59,7 @@ class Tree void printTree() const; void printTreeInteraction(const std::string fname="treeInteraction.txt", bool colorMat = true, int dir=1) const; void clear(); - void initialize(bool rand=true, bool normalizedWeight=false); + void initialize(bool rand=true, bool normalizedWeight=true); const TreeNode* getRootNode() const {return _root;}; void assignMaterialLaws(int numPhases); -- GitLab