Rythmos - Transient Integration for Differential Equations Version of the Day
Loading...
Searching...
No Matches
Rythmos_DataStore.cpp
1#include "Rythmos_DataStore_decl.hpp"
2
3#ifdef HAVE_RYTHMOS_EXPLICIT_INSTANTIATION
4
5#include "Rythmos_DataStore_def.hpp"
6#include "Rythmos_ExplicitInstantiationHelpers.hpp"
7
8namespace Rythmos {
9
10RYTHMOS_MACRO_TEMPLATE_INSTANT_SCALAR_TYPES(RYTHMOS_DATA_STORE_INSTANT)
11
12} // namespace Rythmos
13
14#endif // HAVE_RYTHMOS_EXPLICIT_INSTANTIATION
15
16
17
18