Updated to fix some warnings

This commit is contained in:
2020-08-24 14:18:45 -04:00
parent 6725c5fe29
commit fe80d93bdf
2 changed files with 11 additions and 6 deletions

View File

@@ -124,6 +124,9 @@ namespace mee{
}
//TODO: If for some reason the goalNumber is not 1 throw an error
if(goalNumber != 1){
}
//Return the list of factors
return factors;
@@ -155,6 +158,9 @@ namespace mee{
}
//TODO: If for some reason the goalNumber is not 1 throw an error
if(goalNumber != 1){
}
//Return the list of factors
return factors;
@@ -186,6 +192,9 @@ namespace mee{
}
//TODO: If for some reason the goalNumber is not 1 throw an error
if(goalNumber != 1){
}
//Return the list of factors
return factors;