]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Replace removed function call by one that still works.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 10 Aug 2013 19:29:11 +0000 (19:29 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 10 Aug 2013 19:29:11 +0000 (19:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@30280 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/fe_data_test.cc

index ad12d21dd078a0c395f1fbe2e190003a33fba78f..a6d48f1b3fa76f391f636d3c66aafdba569aadc6 100644 (file)
@@ -219,7 +219,7 @@ void test_fe_datas()
 
       deallog << "face_to_equivalent_cell_index:";
       for (unsigned int i=0; i<fe_data->dofs_per_face; ++i)
-        deallog << ' ' << fe_data->face_to_equivalent_cell_index(i);
+        deallog << ' ' << fe_data->face_to_cell_index(i, 0);
       deallog << std::endl;
       for (unsigned int f=0; f<GeometryInfo<dim>::faces_per_cell; ++f)
         {

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.