mirror of
https://bitbucket.org/Mattrixwv/my-classes.git
synced 2025-12-06 18:23:57 -05:00
Fixed typo in getFactors
This commit is contained in:
@@ -194,7 +194,7 @@ std::vector<T> getFactors(T goalNumber){
|
|||||||
|
|
||||||
///Should add some kind of error throwing inc ase the number != 1 after searching for all prime factors
|
///Should add some kind of error throwing inc ase the number != 1 after searching for all prime factors
|
||||||
|
|
||||||
return 0;
|
return factors;
|
||||||
}
|
}
|
||||||
|
|
||||||
template<class T>
|
template<class T>
|
||||||
|
|||||||
Reference in New Issue
Block a user