git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@794 331e1502-861f-0410-8da2-ba01fb791d7f

This commit is contained in:
atantar 2007-11-20 13:40:15 +00:00
commit aecc5ba8fc
35 changed files with 498 additions and 262 deletions

View file

@ -34,9 +34,8 @@
*
*/
#include <iostream>
#include <set>
#include <assert.h>
#include <cassert>
#include "schema.h"
#include "xml_parser.h"
@ -131,9 +130,9 @@ void loadSchema (const char * __filename) {
name = getNextNode ();
assert (name == "schema");
the_schema.clear();
maxSpecifiedRunnerID = 0;
while (true) {
/* TAG: <group> | </schema> */