Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use parse values as double instead of casting them to int
[simgrid.git] / examples / msg / actions / actions_deployment.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "simgrid.dtd">
3 <platform version="2">
4   <process host="Tremblay" function="toto"/>
5   <process host="Jupiter" function="tutu"/>
6 </platform>