ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/optimization/EndCriteria.cpp
(Generate patch)

Comparing branches/development/src/optimization/EndCriteria.cpp (file contents):
Revision 1741 by gezelter, Tue Jun 5 18:02:44 2012 UTC vs.
Revision 1853 by gezelter, Wed Mar 6 16:24:08 2013 UTC

# 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   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines