CYCLUS
decay.h
Go to the documentation of this file.
1 #ifndef 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 // This file was generated with the following command:
15 // ./decaygen.py --spontaneous-fission --tar --gnu-asm
16 
17 #include <map>
18 
19 namespace pyne {
20 namespace decayers {
21 
22 extern const int all_nucs[4141];
23 
24 std::map<int, double> decay(std::map<int, double> comp, double t);
25 
26 } // namespace decayers
27 } // namespace pyne
28 
29 #endif // PYNE_GEUP5PGEJBFGNHGI36TRBB4WGM
30 #endif // PYNE_DECAY_IS_DUMMY
std::map< int, double > decay(std::map< int, double > comp, double t)
Definition: decay.cpp:154417
The &#39;pyne&#39; namespace all PyNE functionality is included in.
Definition: decay.cpp:23
const int all_nucs[4141]
Definition: decay.cpp:154781