Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix doxygen comments.
[simgrid.git] / examples / java / io / storage.xml
index 2b1ad7a..8036fa8 100644 (file)
                <storage id="Disk3" typeId="wdigital"/>
                <storage id="Disk4" typeId="wdigital"/>
 
-               <host id="bob" power="1gf">
+               <host id="bob" power="1Gf">
                        <mount id="Disk1" name="C:"/>                   
                </host>         
                
-               <host id="alice" power="1gf">
+               <host id="alice" power="1Gf">
                        <mount id="Disk2" name="C:"/>
                </host>
 
-               <host id="carl" power="1gf">            
+               <host id="carl" power="1Gf">            
                        <mount id="Disk3" name="C:"/>           
                </host>
                
-               <host id="denise" power="1gf">
+               <host id="denise" power="1Gf">
                        <mount id="Disk4" name="C:"/>   
                </host>