Finalized Checkpointing, see t-eoCheckpointing for a test

This commit is contained in:
mac 2000-03-31 10:02:18 +00:00
commit 9bcf9d95f8
12 changed files with 558 additions and 11 deletions

View file

@ -29,7 +29,7 @@ std::ostream& printSectionHeader(std::ostream& os, std::string section)
eoParameterLoader::~eoParameterLoader()
{
for (int i = 0; i < ownedParams.size(); ++i)
for (unsigned i = 0; i < ownedParams.size(); ++i)
{
delete ownedParams[i];
}