]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove one compile error. Others remain.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 14 Mar 2010 01:18:10 +0000 (01:18 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 14 Mar 2010 01:18:10 +0000 (01:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@20821 0785d39b-7218-0410-832d-ea1e28bc413d

tests/multigrid/transfer_04.cc

index ea3fb3b7148e2cf63ca50c7ce79cf8bc621e735b..11e246a1a0659261dd3749156d78c993e578cbdb 100644 (file)
@@ -292,14 +292,14 @@ void check_smoother(const FiniteElement<dim>& fe)
   ScalingMatrix<double> s1(-1);
   ScalingMatrix<double> s2(2.);
   ScalingMatrix<double> s8(8.);
-  
+
   MGLevelObject<ScalingMatrix<double> > matrices(0, tr.n_levels()-1);
   matrices[0] = s1;
   matrices[1] = s2;
   matrices[2] = s8;
 
   typedef PreconditionJacobi<ScalingMatrix<double> > RELAX;
-  MGSmootherPrecondition<ScalingMatrix, RELAX, Vector<double> > smoother(mem);
+  MGSmootherPrecondition<ScalingMatrix<double>, RELAX, Vector<double> > smoother(mem);
   RELAX::AdditionalData smoother_data;
   smoother.initialize(matrices, smoother_data);
   smoother.set_steps(1);

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.