Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
clang-format changes related to the previous commit
[simgrid.git] / src / kernel / routing / FullZone.hpp
index ce252da..3628e90 100644 (file)
@@ -13,7 +13,7 @@ namespace kernel {
 namespace routing {
 
 /** Full routing: fast, large memory requirements, fully expressive */
-class XBT_PRIVATE AsFull: public AsRoutedGraph {
+class XBT_PRIVATE AsFull : public AsRoutedGraph {
 public:
   explicit AsFull(As* father, const char* name);
   void seal() override;
@@ -22,9 +22,10 @@ public:
   void getLocalRoute(NetCard* src, NetCard* dst, sg_platf_route_cbarg_t into, double* latency) override;
   void addRoute(sg_platf_route_cbarg_t route) override;
 
-  sg_platf_route_cbarg_t *routingTable_ = nullptr;
+  sg_platf_route_cbarg_troutingTable_ = nullptr;
 };
-
-}}} // namespaces
+}
+}
+} // namespaces
 
 #endif /* SIMGRID_ROUTING_FULL_HPP_ */