--- trunk/OOPSE-3.0/src/io/SectionParserManager.cpp 2005/11/16 21:37:45 2447 +++ trunk/OOPSE-3.0/src/io/SectionParserManager.cpp 2005/11/16 23:10:02 2448 @@ -141,6 +141,7 @@ namespace oopse { input.clear(); input.seekg(i->offset); (i->sectionParser)->parse(input, ff, i->lineNo); + (i->sectionParser)->validateSection(); } }