diff options
Diffstat (limited to 'src/proton.h')
-rw-r--r-- | src/proton.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proton.h b/src/proton.h index 8e19e9c..008f835 100644 --- a/src/proton.h +++ b/src/proton.h @@ -4,6 +4,7 @@ #include <stddef.h> /* for size_t */ double proton_get_range(double T, double rho); +double proton_get_dEdx_rad(double T, double rho); double proton_get_dEdx(double T, double rho); #endif |