]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix trivial problem.
authordeal <deal@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 11 Apr 2003 01:42:48 +0000 (01:42 +0000)
committerdeal <deal@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 11 Apr 2003 01:42:48 +0000 (01:42 +0000)
git-svn-id: https://svn.dealii.org/trunk@7387 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/wave-test-3.cc

index 96edb1f297d76b31dc931a750406137b1dc7c321..9ae9bfe85a911e56b267cd97bc07ebbfeade31ec 100644 (file)
@@ -1,6 +1,6 @@
 //----------------------------  wave-test-3.cc  ---------------------------
-//    $Id$
-//    Version: $Name$
+//    wave-test-3.cc,v 1.45 2003/04/09 15:49:54 wolf Exp
+//    Version: 
 //
 //    std::copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by Wolfgang Bangerth
 //
@@ -7535,11 +7535,11 @@ void UserMatrix::precondition (Vector<double> &dst,
 
 
 
-const FE_Q<2>   FEHelper<2>::fe_linear(1)
-const FE_Q<2>   FEHelper<2>::fe_quadratic_sub(2)
+const FE_Q<2>   FEHelper<2>::fe_linear(1);
+const FE_Q<2>   FEHelper<2>::fe_quadratic_sub(2);
 #if 2 < 3
-const FE_Q<2>   FEHelper<2>::fe_cubic_sub(3)
-const FE_Q<2>   FEHelper<2>::fe_quartic_sub(4)
+const FE_Q<2>   FEHelper<2>::fe_cubic_sub(3);
+const FE_Q<2>   FEHelper<2>::fe_quartic_sub(4);
 #endif
     
 const QGauss2<2> FEHelper<2>::q_gauss_2;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.