From 7030c0a6960c9d448a686c60b702f10be50adbec Mon Sep 17 00:00:00 2001 From: ctorres Date: Mon, 12 May 2014 18:01:47 +0200 Subject: [PATCH] eed --- kernel/src/bbtkComplexBlackBox.cxx | 4 ++-- kernel/src/bbtkUtilities.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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; -- 2.45.1