Bayeux  3.4.1
Core Foundation library for SuperNEMO
dshelp1.h
Go to the documentation of this file.
1 #ifndef GENBB_DECAY0_DSHELP1_H_
2 #define GENBB_DECAY0_DSHELP1_H_ 1
3 
4 namespace genbb {
5  namespace decay0 {
6 
7  void decay0_dshelp1(int m_,
8  const double * du1_,
9  double * df1_,
10  double * d_el_,
11  void * params_);
12 
13  } // end of namespace decay0
14 } // end of namespace genbb
15 
16 #endif // GENBB_DECAY0_DSHELP1_H_
17 //
18 // Local Variables: --
19 // mode: c++ --
20 // End: --
21 
22 
void decay0_dshelp1(int m_, const double *du1_, double *df1_, double *d_el_, void *params_)
Top-level namespace of the Bayeux/genbb_help module library.
Definition: alpha_decay.h:51