Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[config] Use the c++ API for some configuration flags
[simgrid.git] / src / surf / network_smpi.hpp
index c369fdb..ce6105d 100644 (file)
@@ -24,16 +24,5 @@ namespace simgrid {
       double bandwidthConstraint(double rate, double bound, double size);
       void communicateCallBack() {};
     };
-
-
-    /************
-     * Resource *
-     ************/
-
-
-    /**********
-     * Action *
-     **********/
-
   }
 }