X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=kernel%2Fsrc%2FbbtkBlackBoxDescriptor.cxx;fp=kernel%2Fsrc%2FbbtkBlackBoxDescriptor.cxx;h=6f5ab20e7c7cfa0c4d1571c3e120fa500de566fb;hb=f5db17702a2c51a5933f6c556d070167e4db9cfd;hp=c81206d1c75946e72848571b71f6b419ce4c9ecb;hpb=0500d9322df28ddf952e0082d5da47b7a8b69a07;p=bbtk.git diff --git a/kernel/src/bbtkBlackBoxDescriptor.cxx b/kernel/src/bbtkBlackBoxDescriptor.cxx index c81206d..6f5ab20 100644 --- a/kernel/src/bbtkBlackBoxDescriptor.cxx +++ b/kernel/src/bbtkBlackBoxDescriptor.cxx @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkBlackBoxDescriptor.cxx,v $ Language: C++ - Date: $Date: 2008/02/06 14:14:22 $ - Version: $Revision: 1.9 $ + Date: $Date: 2008/02/07 07:58:53 $ + Version: $Revision: 1.10 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -24,7 +24,7 @@ #include "bbtkMessageManager.h" #include "bbtkPackage.h" #include "bbtkUtilities.h" -#include "bbtkUserBlackBoxDescriptor.h" +#include "bbtkAtomicBlackBoxDescriptor.h" #include "bbtkWxBlackBox.h" namespace bbtk @@ -280,7 +280,7 @@ namespace bbtk std::string col(usercol); int iotype = 0; if (in->second->GetCreatorTypeInfo() == - typeid(UserBlackBoxDescriptor)) + typeid(AtomicBlackBoxDescriptor)) { col = ubbcol; iotype = 1; @@ -343,7 +343,7 @@ namespace bbtk std::string col(usercol); int iotype = 0; if (o->second->GetCreatorTypeInfo() == - typeid(UserBlackBoxDescriptor)) + typeid(AtomicBlackBoxDescriptor)) { col = ubbcol; iotype = 1;