]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Do not ask for internal data like vertex indices. Build the 0..7 number sequence...
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 30 Jun 2005 08:36:17 +0000 (08:36 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 30 Jun 2005 08:36:17 +0000 (08:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@10973 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/point_inside_2.cc

index cce82d64baf75fb4538da3401832be9e97ee94e6..45d71e5a616305405b1fd40642a3cb43b0685958 100644 (file)
@@ -49,7 +49,7 @@ void check ()
   std::vector<CellData<3> > cells (1, CellData<3>());
                                   // get the indices
   for (unsigned int j=0; j<8; ++j) {       
-    cells[0].vertices[j] = cell->vertex_index(j);
+    cells[0].vertices[j] = j;
   }
     
                                   // get the vertex coordinates

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.