Updated to fix some warnings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user