00001 #ifndef OPENTISSUE_UTILITY_UTILITY_EMPTY_TRAITS_H 00002 #define OPENTISSUE_UTILITY_UTILITY_EMPTY_TRAITS_H 00003 // 00004 // OpenTissue Template Library 00005 // - A generic toolbox for physics-based modeling and simulation. 00006 // Copyright (C) 2008 Department of Computer Science, University of Copenhagen. 00007 // 00008 // OTTL is licensed under zlib: http://opensource.org/licenses/zlib-license.php 00009 // 00010 00011 namespace OpenTissue 00012 { 00013 namespace utility 00014 { 00024 class EmptyTraits { }; 00025 00026 } 00027 } 00028 00029 // OPENTISSUE_UTILITY_UTILITY_EMPTY_TRAITS_H 00030 #endif