]> Creatis software - bbtk.git/commitdiff
eed
authorctorres <carlos.torres@creatis.insa-lyon.fr>
Mon, 12 May 2014 16:01:47 +0000 (18:01 +0200)
committerctorres <carlos.torres@creatis.insa-lyon.fr>
Mon, 12 May 2014 16:01:47 +0000 (18:01 +0200)
kernel/src/bbtkComplexBlackBox.cxx
kernel/src/bbtkUtilities.h

index d93d4875406d8698797f02904133ac3a2977f930..195b53a222040423bd4389139ebaf3fde5e904ef 100644 (file)
@@ -1107,13 +1107,13 @@ namespace bbtk
     BlackBoxMapType::const_iterator i;
     for ( i = mBlackBoxMap.begin(); i != mBlackBoxMap.end(); ++i ) 
       {
-       s += i->second->GetObjectRecursiveSize();
+                                       s += i->second->GetObjectRecursiveSize();
       }
     ConnectionListType::const_iterator j;
     for ( j = mConnectionList.begin(); 
          j != mConnectionList.end(); ++j ) 
       {
-       s += (*j)->GetObjectRecursiveSize();
+                               s += (*j)->GetObjectRecursiveSize();
       }
     return s;
   }
index e860fea3f9edb69528e62b7ddb68d241d4b0affa..1a1a3992f4374d3581ca18bd89558c64cc3f6835 100644 (file)
@@ -201,7 +201,7 @@ namespace bbtk
     
     
   };
-class NodeTreeC
+class NodeTreeC 
 {
 public:
        std::string data;