diff --git a/src/pfaedle/router/Router.tpp b/src/pfaedle/router/Router.tpp index 0dcc01a..693f0a4 100644 --- a/src/pfaedle/router/Router.tpp +++ b/src/pfaedle/router/Router.tpp @@ -36,7 +36,6 @@ std::map RouterImpl::route( for (size_t nid = 1; nid < trie->getNds().size(); nid++) { costsDAG[nid].resize(ecm.at(nid).size(), DBL_INF); predeDAG[nid].resize(ecm.at(nid).size(), NO_PREDE); - maxCosts.resize(ecm.at(nid).size(), 0); } std::stack st;