Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'GcodeProcessorLib/utilities.h')
-rw-r--r--GcodeProcessorLib/utilities.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/GcodeProcessorLib/utilities.h b/GcodeProcessorLib/utilities.h
index 401bed4..b41d6f6 100644
--- a/GcodeProcessorLib/utilities.h
+++ b/GcodeProcessorLib/utilities.h
@@ -49,6 +49,7 @@ public:
static std::istream& safe_get_line(std::istream& is, std::string& t);
static std::string center(std::string input, int width);
static double get_percent_change(int v1, int v2);
+ static double get_percent_change(double v1, double v2);
static std::string get_percent_change_string(int v1, int v2, int precision);
static int get_num_digits(int x);