diff --git a/rug.cpp b/rug.cpp index 4f6b168a..9436867c 100644 --- a/rug.cpp +++ b/rug.cpp @@ -75,8 +75,8 @@ struct rugpoint { bool valid; bool inqueue; double dist; - hyperpoint h; - hyperpoint flat; + hyperpoint h; // point in the represented space + hyperpoint flat; // point in the native space, in azeq vector edges; // Find-Union algorithm rugpoint *glue;