Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Restructure surf++ workstation vmworkstation
[simgrid.git] / src / surf / surf_interface.hpp
similarity index 99%
rename from src/surf/surf.hpp
rename to src/surf/surf_interface.hpp
index 8f4d918..0e001a9 100644 (file)
@@ -103,7 +103,7 @@ public:
   Model(string name);
   virtual ~Model();
 
-  ResourcePtr createResource(string name);
+  //ResourcePtr createResource(string name);
   ActionPtr createAction(double _cost, bool _failed);
   virtual double shareResources(double now);
   virtual double shareResourcesLazy(double now);