]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkXML.h
Disclaimers
[bbtk.git] / kernel / src / bbtkXML.h
index 2c63fe319b9742b5d30c285497dbd876f49fb00e..e45859da747592f160599bc0fb46d6ac498529cf 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkXML.h,v $
   Language:  C++
-  Date:      $Date: 2008/10/17 08:18:15 $
-  Version:   $Revision: 1.4 $
+  Date:      $Date: 2010/01/14 13:17:27 $
+  Version:   $Revision: 1.5 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -28,7 +28,6 @@
 *  knowledge of the CeCILL-B license and that you accept its terms.
 * ------------------------------------------------------------------------ */                                                                         
 
-
 #ifndef __bbtkXML_h_INCLUDED__
 #define __bbtkXML_h_INCLUDED__
 
@@ -37,7 +36,6 @@
 
 namespace bbtk
 {
-
        void CleanString_0D(std::string& var)
        {
                int i,size=var.length();
@@ -72,7 +70,6 @@ namespace bbtk
   }
   //====================================================================
 
-
   std::string GetErrorMessage(XMLResults* res, const std::string& filename)
   {
     std::ostringstream str;
@@ -81,7 +78,6 @@ namespace bbtk
     str << " file "<<filename; 
     return str.str();
   }
-
 };
 
 #endif