Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : add comments for the example bugged2_liveness
[simgrid.git] / examples / msg / gtnets / fullduplex-p.xml
index 413bf08..40a2dcd 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "simgrid.dtd">
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
 <platform version="3"><!--- 
    S1  --------- C1
         link 1
 
   <link id="1" bandwidth="10000" latency="0.01" sharing_policy="FULLDUPLEX"/>
 
-  <route src="S1" dst="C1" symetrical="NO">
+  <route src="S1" dst="C1" symmetrical="NO">
      <link_ctn id="1" direction="DOWN"/>
   </route>
 
-  <route src="C1" dst="S1" symetrical="NO">
+  <route src="C1" dst="S1" symmetrical="NO">
      <link_ctn id="1" direction="UP"/>
   </route>