From 2a0f5b35c0db2463840d078dd007a761a07ec6fa Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Fri, 5 Apr 2024 10:02:14 +0200 Subject: [PATCH] Remove outdated documentation --- include/deal.II/fe/mapping_q.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/deal.II/fe/mapping_q.h b/include/deal.II/fe/mapping_q.h index bf6045dc87..e2da64c35c 100644 --- a/include/deal.II/fe/mapping_q.h +++ b/include/deal.II/fe/mapping_q.h @@ -312,10 +312,6 @@ public: /** * Initialize the object's member variables related to cell data based on * the given arguments. - * - * The function also calls compute_shape_function_values() to actually set - * the member variables related to the values and derivatives of the - * mapping shape functions. */ void initialize(const UpdateFlags update_flags, -- 2.39.5