From 6bbf8af74607ea7283833aede51efef24b6afbd2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 21 Apr 2003 16:22:48 +0000 Subject: [PATCH] Fix comment. git-svn-id: https://svn.dealii.org/trunk@7425 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fe/nedelec.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5