PyNE C++
_decay.h
1 #ifdef PYNE_DECAY_IS_DUMMY
2 #ifndef PYNE_GEUP5PGEJBFGNHGI36TRBB4WGM
3 #define PYNE_GEUP5PGEJBFGNHGI36TRBB4WGM
4 
5 // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6 // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7 // WARNING
8 // This file has been auto generated
9 // Do not modify directly. You have
10 // been warned. This is that warning
11 // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12 // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
13 
14 #include <map>
15 //#include <cmath>
16 
17 #ifndef PYNE_IS_AMALGAMATED
18 #include "data.h"
19 #include "nucname.h"
20 #endif
21 
22 namespace pyne {
23 namespace decayers {
24 
25 extern const int all_nucs[4];
26 
27 std::map<int, double> decay(std::map<int, double> comp, double t);
28 
29 } // namespace decayers
30 } // namespace pyne
31 
32 #endif // PYNE_GEUP5PGEJBFGNHGI36TRBB4WGM
33 #endif // PYNE_DECAY_IS_DUMMY
Implements basic nuclear data functions.
struct pyne::decay decay
a struct matching the &#39;/decay/decays&#39; table in nuc_data.h5.
A container representing enrichment cascades.
Definition: _atomic_data.h:16