From: Wolfgang Bangerth Date: Mon, 21 Apr 2003 16:22:48 +0000 (+0000) Subject: Fix comment. X-Git-Tag: v8.0.0~16698 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bbf8af74607ea7283833aede51efef24b6afbd2;p=dealii.git Fix comment. git-svn-id: https://svn.dealii.org/trunk@7425 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fe/nedelec.cc b/tests/fe/nedelec.cc index 7b787b01c1..19afe6f84c 100644 --- a/tests/fe/nedelec.cc +++ b/tests/fe/nedelec.cc @@ -1,9 +1,9 @@ // $Id$ // (c) Wolfgang Bangerth // -// Show the shape functions of the Nedelec element on a grid with -// only one cell. This cell is rotated, stretched, scaled, etc, and -// each time we evaluate the shape functions. +// Show the shape functions of the Nedelec element on a grid with only +// one cell. This cell is rotated, stretched, scaled, etc, and on each +// of these cells each time we evaluate the shape functions. #include #include