summaryrefslogtreecommitdiff
path: root/src/calc.h
blob: ce19e5b556fdb925bdc7d3cde4c59478893bd7bc (plain)
1
2
3
4
5
6
7
8
9
#ifndef CALC_H_
#define CALC_H_

class Calc {
public:
        static int get_fragments_from_r(double r, double fn, double fs, double fa);
};

#endif
contact: Jan Huwald // Impressum