|
Rythmos - Transient Integration for Differential Equations
Version of the Day
|
00001 #include "Rythmos_ThetaStepper_decl.hpp" 00002 00003 #ifdef HAVE_RYTHMOS_EXPLICIT_INSTANTIATION 00004 00005 #ifdef HAVE_RYTHMOS_EXPERIMENTAL 00006 00007 #include "Rythmos_ThetaStepper_def.hpp" 00008 #include "Rythmos_ExplicitInstantiationHelpers.hpp" 00009 00010 namespace Rythmos { 00011 00012 RYTHMOS_MACRO_TEMPLATE_INSTANT_SCALAR_TYPES(RYTHMOS_THETA_STEPPER_INSTANT) 00013 00014 } // namespace Rythmos 00015 00016 #endif // HAVE_RYTHMOS_EXPERIMENTAL 00017 00018 #endif // HAVE_RYTHMOS_EXPLICIT_INSTANTIATION 00019
1.7.6.1