From 1ea6055ff9359cdf906c7beb2ef6d84a8ec7830f Mon Sep 17 00:00:00 2001 From: deal Date: Fri, 11 Apr 2003 01:10:15 +0000 Subject: [PATCH] Fix obvious bug. How can I have missed that?? git-svn-id: https://svn.dealii.org/trunk@7386 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/anna_4.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/bits/anna_4.cc b/tests/bits/anna_4.cc index 6e58f05277..c61c8a21cd 100644 --- a/tests/bits/anna_4.cc +++ b/tests/bits/anna_4.cc @@ -1,6 +1,6 @@ //---------------------------- anna_4.cc --------------------------- -// $Id$ -// Version: $Name$ +// anna_4.cc,v 1.3 2003/04/09 15:49:51 wolf Exp +// Version: // // Copyright (C) 2002, 2003 by the deal.II authors and Anna Schneebeli // @@ -87,7 +87,7 @@ class FindBug FESystem fe; DoFHandler dof_handler; Vector solution; -} +}; // Construct FESystem with -- 2.39.5