1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-11-10 00:45:36 +00:00

code cleaning

This commit is contained in:
Antonin Portelli 2016-04-12 21:06:06 +01:00
parent be307fd12a
commit 7d8c04535f

View File

@ -356,4 +356,6 @@ string GslMinimizer::getAlgorithmName(const Algorithm algorithm)
return "improved Nelder-Mead simplex with random start";
break;
}
return "";
}