From 303f50f6409cd8cf51b56113fb07cb88db599765 Mon Sep 17 00:00:00 2001 From: Andy Zhang Date: Thu, 2 May 2024 15:20:57 +0800 Subject: [PATCH] Fixed multiply (#16) --- .gitignore | 3 ++- .idea/editor.xml | 2 ++ .idea/misc.xml | 2 +- src/multiply/multiplyReport.cpp | 26 ++++---------------------- src/power/power.cpp | 16 +++++++--------- src/power/powerReport.cpp | 7 +++---- tests/testPower.cpp | 14 ++++++++++++++ 7 files changed, 33 insertions(+), 37 deletions(-) diff --git a/.gitignore b/.gitignore index ca8fe9283..319db3c31 100644 --- a/.gitignore +++ b/.gitignore @@ -225,4 +225,5 @@ cython_debug/ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ \ No newline at end of file +#.idea/ +/Steppable.build/ diff --git a/.idea/editor.xml b/.idea/editor.xml index bb60fa9b1..8bcf036db 100644 --- a/.idea/editor.xml +++ b/.idea/editor.xml @@ -116,5 +116,7 @@