Bayeux  3.4.1
Core Foundation library for SuperNEMO
dgmlt2.h
Go to the documentation of this file.
1 #ifndef GENBB_DECAY0_DGMLT2_H_
2 #define GENBB_DECAY0_DGMLT2_H_ 1
3 
4 // This project:
6 
7 namespace genbb {
8 
9  namespace decay0 {
10 
11  double decay0_dgmlt2(fsub2_type FSUB2_,
12  double A_,
13  double B_,
14  int NI_,
15  int NG_,
16  double * X_,
17  void * params_);
18 
19  } // end of namespace decay0
20 } // end of namespace genbb
21 
22 #endif // GENBB_DECAY0_DGMLT2_H_
23 //
24 // Local Variables: --
25 // mode: c++ --
26 // End: --
double decay0_dgmlt2(fsub2_type FSUB2_, double A_, double B_, int NI_, int NG_, double *X_, void *params_)
void(* fsub2_type)(int, const double *, double *, double *, void *)
Definition: common.h:19
Top-level namespace of the Bayeux/genbb_help module library.
Definition: alpha_decay.h:51