X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c540b8009e2e13d461ecaa7cf17f68950b3539fb..7c047878cb2905079a6a0544f1a15134ae3ab3a6:/src/surf/AsCluster.cpp diff --git a/src/surf/AsCluster.cpp b/src/surf/AsCluster.cpp index 53b888220e..cd81e1ec33 100644 --- a/src/surf/AsCluster.cpp +++ b/src/surf/AsCluster.cpp @@ -79,7 +79,7 @@ void AsCluster::getGraph(xbt_graph_t graph, xbt_dict_t nodes, xbt_dict_t edges) int table_size = xbt_dynar_length(vertices_); NetCard *src; - xbt_node_t current, previous, backboneNode = NULL, routerNode; + xbt_node_t current, previous, backboneNode = nullptr, routerNode; s_surf_parsing_link_up_down_t info; xbt_assert(router_,"Malformed cluster. This may be because your platform file is a hypergraph while it must be a graph.");