00001 #ifndef OPENTISSUE_DYNAMICS_EDM_FORCES_EDM_FORCES_H 00002 #define OPENTISSUE_DYNAMICS_EDM_FORCES_EDM_FORCES_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 #include <OpenTissue/configuration.h> 00011 00015 #include <OpenTissue/dynamics/edm/forces/edm_gravity.h> 00016 #include <OpenTissue/dynamics/edm/forces/edm_spring.h> 00017 #include <OpenTissue/dynamics/edm/forces/edm_viscous.h> 00018 00019 00020 // OPENTISSUE_DYNAMICS_EDM_FORCES_EDM_FORCES_H 00021 #endif