diff --git a/Algorithms.hpp b/Algorithms.hpp index 1d4a22d..8473d0f 100644 --- a/Algorithms.hpp +++ b/Algorithms.hpp @@ -194,7 +194,7 @@ std::vector getFactors(T goalNumber){ ///Should add some kind of error throwing inc ase the number != 1 after searching for all prime factors - return 0; + return factors; } template