Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
No vm when ptask on
[simgrid.git] / src / surf / surf_routing_none.cpp
index 07c059a..a8c4883 100644 (file)
@@ -5,14 +5,14 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "surf_routing_none.hpp"
-#include "surf_routing_private.h"
 
 extern "C" {
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_none, surf, "Routing part of surf");
 }
 
 AS_t model_none_create(void)
-{//FIXME:
+{
+  return new AsNone();
 }
 
 xbt_dynar_t AsNone::getOneLinkRoutes() {