00001 #ifndef _Beh_Spawning_txx 00002 #define _Beh_Spawning_txx 00003 00004 #include "Beh_Spawning.h" 00005 00006 namespace mial { 00007 00008 template<class Type, int nDims> 00009 Beh_Spawning<Type,nDims>::Beh_Spawning() 00010 :Behavior<Type,nDims>("Beh_Spawning") 00011 { 00012 //Default constructor 00013 } 00014 template<class Type, int nDims> 00015 bool Beh_Spawning<Type,nDims>::run(void *i, bool stream) 00016 { 00017 00018 return false; 00019 } 00020 00021 }//end namespace mial 00022 00023 #endif