]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkInterpreterVirtual.cxx
no message
[bbtk.git] / kernel / src / bbtkInterpreterVirtual.cxx
index d49124b09bbb407119b2ce2de452f84890b6c551..aa9e3cca9f05b5f97347e19fcd2af4f585364d4d 100644 (file)
@@ -1282,6 +1282,7 @@ namespace bbtk
     std::string upath;
     pkgname = Utilities::ExtractScriptName(name,upath);
 
+         
     bbtkMessage("interpreter",3,
                "package name:[" << pkgname
                 << "] path:[" << upath << "]" << std::endl);
@@ -1368,7 +1369,7 @@ namespace bbtk
            Filenames.clear();
            //int nbFiles = 
            Utilities::Explore(*i, false, Filenames);
-           
+
            for (std::vector<std::string>::iterator j = Filenames.begin(); 
                 j!= Filenames.end(); ++j)
              {
@@ -1957,6 +1958,7 @@ void InterpreterVirtual::SwitchToStream( std::stringstream* stream )
     tcsetattr(0,TCSANOW,&ter);
 #endif
     
+         
     mCommandLine = true;
     bool again = true;
     // bool insideComment = false; // for multiline comment