From: Wolfgang Bangerth Date: Sun, 9 Nov 2014 16:54:30 +0000 (-0600) Subject: Fix two minor documentation mistakes. X-Git-Tag: v8.2.0-rc1~74^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaac30d71d28f09f7d0ad808239b450f58086810;p=dealii.git Fix two minor documentation mistakes. --- diff --git a/include/deal.II/grid/tria_accessor.h b/include/deal.II/grid/tria_accessor.h index c86aeefb8e..a681fd1256 100644 --- a/include/deal.II/grid/tria_accessor.h +++ b/include/deal.II/grid/tria_accessor.h @@ -3139,10 +3139,10 @@ public: * * @post The returned value is equal to * !is_ghost() && - * !is_artificial(). + * !is_locally_owned(). * * @note Whether a cell is a ghost cell, artificial, or is - * locally owned or is a property that only pertains to cells + * locally owned is a property that only pertains to cells * that are active. Consequently, * you can only call this function if the cell it refers to has * no children.