Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics: fix "Malformed whitespace in C++" spotted by codefactor.io.
[simgrid.git] / include / simgrid / kernel / routing / NetPoint.hpp
index 0ea15d1..39b74e3 100644 (file)
@@ -13,6 +13,9 @@
 #include <simgrid/kernel/routing/NetZoneImpl.hpp>
 
 namespace simgrid {
+
+extern template class XBT_PUBLIC xbt::Extendable<kernel::routing::NetPoint>;
+
 namespace kernel {
 namespace routing {
 
@@ -22,7 +25,6 @@ namespace routing {
  * @details This represents a position in the network. One can send information between two netpoints
  */
 class NetPoint : public simgrid::xbt::Extendable<NetPoint> {
-
 public:
   enum class Type { Host, Router, NetZone };