]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkInterpreter.cxx
test to example
[bbtk.git] / kernel / src / bbtkInterpreter.cxx
index ced11fa92b8f849e14231a4f293fb75c624e1ff8..3688c6402623d8402a57489c166b528371fc18ce 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkInterpreter.cxx,v $ $
   Language:  C++
-  Date:      $Date: 2008/02/18 10:41:02 $
-  Version:   $Revision: 1.33 $
+  Date:      $Date: 2008/02/19 18:40:10 $
+  Version:   $Revision: 1.34 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -808,9 +808,9 @@ void Interpreter::SplitLine ( const std::string& str, std::vector<std::string>&
 
         fullDirectoryName = Utilities::MakePkgnameFromPath(path, upath, false);
 
-               //EED 18 Fev 2008
-               // without last slash "\"
-               std::string fullDirectoryNameClean = fullDirectoryName.substr(0,fullDirectoryName.size()-1);
+        //EED 18 Fev 2008
+        // without last slash "\"
+        std::string fullDirectoryNameClean = fullDirectoryName.substr(0,fullDirectoryName.size()-1);
 
       // Check if library exists
         if ( ! Utilities::IsDirectory( fullDirectoryNameClean ) )