summaryrefslogtreecommitdiff
path: root/src/calc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/calc.h')
-rw-r--r--src/calc.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/calc.h b/src/calc.h
new file mode 100644
index 0000000..ce19e5b
--- /dev/null
+++ b/src/calc.h
@@ -0,0 +1,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