diff --git a/examples/analytical_apps/cdlp/cdlp_opt.h b/examples/analytical_apps/cdlp/cdlp_opt.h index 2f9e65be..597c6c65 100644 --- a/examples/analytical_apps/cdlp/cdlp_opt.h +++ b/examples/analytical_apps/cdlp/cdlp_opt.h @@ -183,7 +183,7 @@ class CDLPOpt : public ParallelAppBase, ctx.labels[u] = msg; auto ie = frag.GetIncomingAdjList(u); for (auto& e : ie) { - ctx.potential_change.Insert(e.neighbor); + ctx.potential_change.Insert(e.get_neighbor()); } }); messages.ForceContinue();