21 lines
364 B
C++
21 lines
364 B
C++
/*
|
|
# <<BEGIN-copyright>>
|
|
# <<END-copyright>>
|
|
*/
|
|
#ifndef MCGIDI_mass_h_included
|
|
#define MCGIDI_mass_h_included
|
|
|
|
#if defined __cplusplus
|
|
extern "C" {
|
|
namespace GIDI {
|
|
#endif
|
|
|
|
double MCGIDI_particleMass_AMU( statusMessageReporting *smr, const char *name );
|
|
|
|
#if defined __cplusplus
|
|
}
|
|
}
|
|
#endif
|
|
|
|
#endif /* End of MCGIDI_mass_h_included. */
|