From 299622f9a01879f8bc321da89bb0139df0111bae Mon Sep 17 00:00:00 2001 From: Arafat Nourredine <arafat.nourredine@synchrotron-soleil.fr> Date: Fri, 18 Oct 2013 07:17:00 +0000 Subject: [PATCH] Created tag release_1_2_4. --- include/Bound.h | 2 +- include/Variable.h | 2 +- pom.xml | 2 +- src/Bound.cpp | 2 +- src/Variable.cpp | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/Bound.h b/include/Bound.h index b33ddb5..fcc4122 100644 --- a/include/Bound.h +++ b/include/Bound.h @@ -9,7 +9,7 @@ #pragma once #endif // _MSC_VER > 1000 -#include <yat/utils/Logging.h> +//#include <yat/utils/Logging.h> #include <string> //using namespace std; diff --git a/include/Variable.h b/include/Variable.h index 84ed1ef..bec4168 100644 --- a/include/Variable.h +++ b/include/Variable.h @@ -9,7 +9,7 @@ #pragma once #endif // _MSC_VER > 1000 -#include <yat/utils/Logging.h> +//#include <yat/utils/Logging.h> #include <string> //using namespace std; #include "Bound.h" diff --git a/pom.xml b/pom.xml index 94e87f1..a6bc804 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>fr.soleil.lib</groupId> <artifactId>Utils-${aol}-${library}-${mode}</artifactId> - <version>1.2.3</version> + <version>1.2.4</version> <packaging>nar</packaging> diff --git a/src/Bound.cpp b/src/Bound.cpp index cf7d260..4eba27a 100644 --- a/src/Bound.cpp +++ b/src/Bound.cpp @@ -127,6 +127,6 @@ bool Bound::isStricklyInBound(double dValue) void Bound::printInfos() { - YAT_VERBOSE_STREAM("\n##### BOUND " << getName() << " --> [" << getLowerBound() << "," << getUpperBound() << "]" << std::endl); + //YAT_VERBOSE_STREAM("\n##### BOUND " << getName() << " --> [" << getLowerBound() << "," << getUpperBound() << "]" << std::endl); } diff --git a/src/Variable.cpp b/src/Variable.cpp index a7f7a74..e7ae9cb 100644 --- a/src/Variable.cpp +++ b/src/Variable.cpp @@ -130,8 +130,8 @@ Bound* Variable::getBound() //// throw (NullPointerException) //##ModelId=43834ABD029C void Variable::printInfos() { - YAT_VERBOSE_STREAM("\n##### VARIABLE " << endl); - YAT_VERBOSE_STREAM("\tVariable --> " << getName() << " : " << getValue() << std::endl); + //YAT_VERBOSE_STREAM("\n##### VARIABLE " << endl); + //YAT_VERBOSE_STREAM("\tVariable --> " << getName() << " : " << getValue() << std::endl); _mBound->printInfos(); } -- GitLab