File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -691,7 +691,7 @@ class Elem : public ReferenceCountedObject<Elem>,
691691 virtual unsigned int n_children () const = 0;
692692
693693 /* *
694- * \returns \p true if the specified (local) node number is a vertex.
694+ * \returns \p true if the specified (local) node number is a vertex node .
695695 */
696696 virtual bool is_vertex (const unsigned int i) const = 0;
697697
@@ -713,12 +713,12 @@ class Elem : public ReferenceCountedObject<Elem>,
713713 unsigned int n) const ;
714714
715715 /* *
716- * \returns \p true if the specified (local) node number is an edge.
716+ * \returns \p true if the specified (local) node number is an edge node .
717717 */
718718 virtual bool is_edge (const unsigned int i) const = 0;
719719
720720 /* *
721- * \returns \p true if the specified (local) node number is a face.
721+ * \returns \p true if the specified (local) node number is a face node .
722722 */
723723 virtual bool is_face (const unsigned int i) const = 0;
724724
You can’t perform that action at this time.
0 commit comments