# | Line 22 | Line 22 | |
---|---|---|
22 | #include "optimization/EndCriteria.hpp" | |
23 | #include "utils/simError.h" | |
24 | #include <cmath> | |
25 | + | #include <cstdio> |
26 | ||
27 | ||
27 | – | |
28 | namespace QuantLib { | |
29 | ||
30 | EndCriteria::EndCriteria(size_t maxIterations, | |
# | Line 190 | Line 190 | namespace QuantLib { | |
190 | painCave.severity = OPENMD_ERROR; | |
191 | simError(); | |
192 | } | |
193 | + | return out; |
194 | } | |
195 | ||
196 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |