Skip to content

Commit 04bdbcd

Browse files
committed
maximizing for neat
1 parent f2fee25 commit 04bdbcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

loop-functions/habanero/HabDecLoopFunc.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void HabDecLoopFunction::Init(TConfigurationNode& t_tree) {
4949
try {
5050
cParametersNode = GetNode(t_tree, "params");
5151
GetNodeAttributeOrDefault(cParametersNode, "maximization", m_bMaximization, (bool) false);
52-
m_bMaximization = true;
52+
// m_bMaximization = true;
5353
} catch(std::exception e) {
5454
}
5555

loop-functions/habanero/HabRenLoopFunc.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void HabRenLoopFunction::Init(TConfigurationNode& t_tree) {
4949
try {
5050
cParametersNode = GetNode(t_tree, "params");
5151
GetNodeAttributeOrDefault(cParametersNode, "maximization", m_bMaximization, (bool) false);
52-
m_bMaximization = true;
52+
// m_bMaximization = true;
5353
} catch(std::exception e) {
5454
}
5555

0 commit comments

Comments
 (0)