Skip to content
Snippets Groups Projects
Commit 60931d6d authored by Van Dung NGUYEN's avatar Van Dung NGUYEN
Browse files

change default option

parent d26b5e84
No related branches found
No related tags found
1 merge request!309Master
...@@ -59,7 +59,7 @@ class Tree ...@@ -59,7 +59,7 @@ class Tree
void printTree() const; void printTree() const;
void printTreeInteraction(const std::string fname="treeInteraction.txt", bool colorMat = true, int dir=1) const; void printTreeInteraction(const std::string fname="treeInteraction.txt", bool colorMat = true, int dir=1) const;
void clear(); void clear();
void initialize(bool rand=true, bool normalizedWeight=false); void initialize(bool rand=true, bool normalizedWeight=true);
const TreeNode* getRootNode() const {return _root;}; const TreeNode* getRootNode() const {return _root;};
void assignMaterialLaws(int numPhases); void assignMaterialLaws(int numPhases);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment