X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/36ff0407edc1324b5bd7ec989b36e99f200987f5..a63523f78485f8c04a2edba7fb2b1f5b31204509:/src/surf/sg_platf.cpp diff --git a/src/surf/sg_platf.cpp b/src/surf/sg_platf.cpp index ce4449a540..a10715025d 100644 --- a/src/surf/sg_platf.cpp +++ b/src/surf/sg_platf.cpp @@ -89,7 +89,7 @@ static std::vector *explodesRadical(const char*radicals){ /** The current AS in the parsing */ static simgrid::kernel::routing::AsImpl *current_routing = nullptr; -static simgrid::kernel::routing::AsImpl* routing_get_current() +static simgrid::kernel::routing::AsImpl *routing_get_current() { return current_routing; }