]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdCast.cxx
fix categ
[bbtk.git] / packages / std / src / bbstdCast.cxx
index bd3f94fe6d84540e8bd7af060aa94147ee512713..59176d2145f72f4f98408c2ad20beb38dfda9051 100644 (file)
@@ -5,13 +5,12 @@ namespace bbstd
 {
   
   //====================================================================
-  BBTK_USER_BLACK_BOX_TEMPLATE2_IMPLEMENTATION(Cast,
-                                              bbtk::AtomicBlackBox);
+  BBTK_BLACK_BOX_TEMPLATE2_IMPLEMENTATION(Cast,
+                                         bbtk::AtomicBlackBox);
   //====================================================================
   
   //====================================================================
   // Add the instanciated adaptors to the package
-  //typedef unsigned char uchar;
   
   BBTK_ADD_TEMPLATE2_BLACK_BOX_TO_PACKAGE(std,Cast,double,int8_t);
   BBTK_ADD_TEMPLATE2_BLACK_BOX_TO_PACKAGE(std,Cast,int8_t,double);