00001 #ifndef _Behavior_txx 00002 #define _Behavior_txx 00003 00004 #include "Behavior.h" 00005 00006 namespace mial 00007 { 00008 template<class Type, int nDims> 00009 Behavior<Type,nDims> 00010 ::Behavior(std::string n) 00011 { 00012 name = n; 00013 } 00014 }//end mial 00015 #endif