]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix old change.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 2 Feb 2000 11:41:39 +0000 (11:41 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 2 Feb 2000 11:41:39 +0000 (11:41 +0000)
git-svn-id: https://svn.dealii.org/trunk@2320 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/show_transform.cc

index d48c8809d3313cc66a0edf0e2e84474fd6bdc5c3..c5f8c3f8614812f073f80e10f7d1fae79398a108 100644 (file)
@@ -54,7 +54,7 @@ main()
 {
   Triangulation<2> tr;
   FEQ1<2> q1;
-  DoFHandler<2> dof(&tr);
+  DoFHandler<2> dof(tr);
 
   GridGenerator::hyper_cube(tr, -1., 1.);
   dof.distribute_dofs(q1);

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.