#ifndef CALC_H_ #define CALC_H_ namespace Calc { int get_fragments_from_r(double r, double fn, double fs, double fa); } #endif