Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update function documentation and variable names in the As -> NetZone transition
[simgrid.git] / src / kernel / EngineImpl.cpp
index f45db53..486b97b 100644 (file)
@@ -15,7 +15,7 @@ EngineImpl::EngineImpl()
 }
 EngineImpl::~EngineImpl()
 {
-  delete rootAs_;
+  delete netRoot_;
 }
 }
 }