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 f45db53728ca2849b75fbd3a745c8b639fb84670..486b97b1a08c42e13e99a04970a5451d700514b0 100644 (file)
@@ -15,7 +15,7 @@ EngineImpl::EngineImpl()
 }
 EngineImpl::~EngineImpl()
 {
-  delete rootAs_;
+  delete netRoot_;
 }
 }
 }