Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename a method to stick to our naming conventions
[simgrid.git] / src / surf / AsDijkstra.hpp
index 346e20a..081bffd 100644 (file)
@@ -33,7 +33,7 @@ namespace surf {
 class XBT_PRIVATE AsDijkstra : public AsRoutedGraph {
 public:
   AsDijkstra(const char*name, bool cached);
-  void Seal() override;
+  void seal() override;
 
   ~AsDijkstra();
   xbt_node_t routeGraphNewNode(int id, int graph_id);