From: ctorres Date: Mon, 12 May 2014 16:01:47 +0000 (+0200) Subject: eed X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;ds=inline;h=7030c0a6960c9d448a686c60b702f10be50adbec;p=bbtk.git eed --- diff --git a/kernel/src/bbtkComplexBlackBox.cxx b/kernel/src/bbtkComplexBlackBox.cxx index d93d487..195b53a 100644 --- a/kernel/src/bbtkComplexBlackBox.cxx +++ b/kernel/src/bbtkComplexBlackBox.cxx @@ -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; } diff --git a/kernel/src/bbtkUtilities.h b/kernel/src/bbtkUtilities.h index e860fea..1a1a399 100644 --- a/kernel/src/bbtkUtilities.h +++ b/kernel/src/bbtkUtilities.h @@ -201,7 +201,7 @@ namespace bbtk }; -class NodeTreeC +class NodeTreeC { public: std::string data;