aboutsummaryrefslogtreecommitdiff
path: root/src/proton.h
blob: 8e19e9cb4efe9431a8c24e6a430282ed484c4a6d (plain)
1
2
3
4
5
6
7
8
9
#ifndef PROTON_H
#define PROTON_H

#include <stddef.h> /* for size_t */

double proton_get_range(double T, double rho);
double proton_get_dEdx(double T, double rho);

#endif