Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update platform version of required xml.
[simgrid.git] / src / surf / surfxml_parse.c
index d529599..e73a76c 100644 (file)
@@ -222,7 +222,7 @@ void STag_surfxml_platform(void)
               "SURF section of the ChangeLog for the 3.1 version. "
               "Last, do not forget to also update your values for "
               "the calls to MSG_task_create (if any).");
-  xbt_assert0((version >= 2.0), "******* BIG FAT WARNING *********\n "
+  xbt_assert0((version >= 3.0), "******* BIG FAT WARNING *********\n "
               "You're using an old XML file. "
               "A script (surfxml_update.pl) to help you convert your old "
               "platform files "