From e0fa30e3d64b00d9ba4a6e5f66881fb23f1daa6a Mon Sep 17 00:00:00 2001 From: Tom Tseng Date: Thu, 5 Mar 2020 17:11:34 -0500 Subject: [PATCH 1/7] vertex: Add comments to intersect functions --- ligra/vertex.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/ligra/vertex.h b/ligra/vertex.h index b3b127bd2..a41568602 100644 --- a/ligra/vertex.h +++ b/ligra/vertex.h @@ -26,6 +26,7 @@ #include "pbbslib/sequence_ops.h" #include "macros.h" +// This `intersection` namespace is intended for internal use only. namespace intersection { template