Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move the surf::As* classes into their own files
[simgrid.git] / src / surf / AsClusterTorus.cpp
similarity index 98%
rename from src/surf/surf_routing_cluster_torus.cpp
rename to src/surf/AsClusterTorus.cpp
index 294c127..346361f 100644 (file)
@@ -1,15 +1,14 @@
-/* Copyright (c) 2014-2015. The SimGrid Team.
- * All rights reserved.                                                     */
+/* Copyright (c) 2014-2016. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#include "src/surf/surf_routing_cluster_torus.hpp"
+#include "src/surf/AsClusterTorus.hpp"
+#include "src/surf/network_interface.hpp"
 #include "src/surf/xml/platf.hpp" // FIXME: move that back to the parsing area
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_cluster_torus, surf_route_cluster, "Torus Routing part of surf");
 
-
 inline unsigned int *rankId_to_coords(int rankId, xbt_dynar_t dimensions)
 {