Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
default value of start_time = -1.0. It enables to make the difference between at...
[simgrid.git] / src / surf / surfxml.dtd
index 88da30c..7119fc0 100644 (file)
@@ -39,7 +39,7 @@
 <!ELEMENT process (argument*)>
 <!ATTLIST process host CDATA #REQUIRED>
 <!ATTLIST process function CDATA #REQUIRED>
-<!ATTLIST process start_time CDATA "0.0">
+<!ATTLIST process start_time CDATA "-1.0">
 <!ATTLIST process kill_time CDATA "-1.0">
 
 <!ELEMENT argument EMPTY>