#ifdef _DEBUG_
static int MYDEBUG = 0;
-static int VARIABLE_DEBUG = 1;
+static int VARIABLE_DEBUG = 0;
#else
static int MYDEBUG = 0;
-static int VARIABLE_DEBUG = 1;
+static int VARIABLE_DEBUG = 0;
#endif
-
-
-
//=============================================================================
/*!
* Get...Tag [ static ]
#include <string>
#ifdef _DEBUG_
-static int MYDEBUG = 1;
+static int MYDEBUG = 0;
#else
-static int MYDEBUG = 1;
+static int MYDEBUG = 0;
#endif
using namespace std;
}
}
else if(aCurrentStateSize == 6) { // translation by x1, x2, y1, y2, z1, z2
+ // TODO: limitation until operations on the variables will be introduced
+ /*
isVariableFound = true;
for(int j = 0; j < 3; j++) {
TCollection_AsciiString anArg = aCmd->GetArg(anArgIndex+j);
}
aCmd->SetArg(anArgIndex+j, aValue1 + ", " + aValue2 );
}
+ */
}
}
if(isVariableFound) {