From: Fernando Herrera Date: Wed, 9 Oct 2024 14:50:06 +0000 (-0600) Subject: Improve description of empty() function in include/deal.II/hp/collection.h X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccdc3ce97e72275ddda9e8f4b101a0dbad8c1da4;p=dealii.git Improve description of empty() function in include/deal.II/hp/collection.h Co-authored-by: Rene Gassmoeller Author: Fernando Herrera --- diff --git a/include/deal.II/hp/collection.h b/include/deal.II/hp/collection.h index 92431efcca..57f4e10539 100644 --- a/include/deal.II/hp/collection.h +++ b/include/deal.II/hp/collection.h @@ -253,7 +253,7 @@ namespace hp size() const; /** - * This is equivalent to size() == 0 + * The return value of this function is equivalent to size() == 0 */ bool empty() const;