]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkInterpreter.cxx
#3203 BBTK Feature New Normal vtk7itk4wx3-mingw64
[bbtk.git] / kernel / src / bbtkInterpreter.cxx
index a31fe0f20ceb0b589eae32be38e01864d09a1e5f..1c6d750370a66e0331d9dc730bca919beb4df248 100644 (file)
@@ -97,6 +97,7 @@ namespace bbtk
   //=======================================================================
   void Interpreter::Init(VirtualExec::Pointer e, const std::string& cpp_file) 
   {
+printf("EED Interpreter::Init Start\n");
     if (e)
       {
        mVirtualExecuter = e;
@@ -107,11 +108,13 @@ namespace bbtk
       }
     else 
       {
+printf("EED Interpreter::Init 1\n");
        bbtk::Executer::Pointer exe = bbtk::Executer::New();
        mRealExecuter = exe;
        mVirtualExecuter = boost::static_pointer_cast<VirtualExec>(exe);
       }
 
+printf("EED Interpreter::Init 2\n");
          
          
     // Lock this pointer or will auto-destruct !!
@@ -119,6 +122,7 @@ namespace bbtk
 
          
          bbtk::InterpreterVirtual::Init();
+printf("EED Interpreter::Init End\n");
   } 
   //=======================================================================