From 1978ffea14a7c37ed54f1281200ccffaf90c608e Mon Sep 17 00:00:00 2001 From: rnv Date: Tue, 18 Nov 2008 12:11:40 +0000 Subject: [PATCH] Improve variables dump. --- src/GEOM/GEOM_Engine.cxx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/GEOM/GEOM_Engine.cxx b/src/GEOM/GEOM_Engine.cxx index 2d01a5719..cb6791465 100644 --- a/src/GEOM/GEOM_Engine.cxx +++ b/src/GEOM/GEOM_Engine.cxx @@ -63,6 +63,7 @@ #define COMMA ',' #define O_BRACKET '(' #define C_BRACKET ')' +#define PY_NULL "None" #ifdef _DEBUG_ static int MYDEBUG = 0; @@ -844,19 +845,20 @@ void ReplaceVariables(TCollection_AsciiString& theCommand, aVar = theCommand.SubString(aStartPos, aEndPos-1); if(MYDEBUG) cout<<"Current variable 1: '"<< aVar <<"'"<