]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
try again to fix test
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 13 Nov 2013 14:12:24 +0000 (14:12 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 13 Nov 2013 14:12:24 +0000 (14:12 +0000)
git-svn-id: https://svn.dealii.org/trunk@31640 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/find_cell_alt_7.cc

index 309c4bfa62265f3a191eca06457500146991bdc2..edd9c802a20e93d307d6845b2cf9c2badc14382d 100644 (file)
@@ -41,7 +41,7 @@ void check (Triangulation<2> &tria)
   // Test for a number of points, every ten degrees
   for (unsigned int i=0; i<200; i++)
     {
-      Point<2> p(std::sin((double)i/100.*numbers::PI), std::cos((double)i/100.*PI));
+      Point<2> p(std::sin((double)i/100.*numbers::PI), std::cos((double)i/100.*numbers::PI));
       p *= 1.-1e-8;
 
       std::pair<Triangulation<2>::active_cell_iterator, Point<2> > cell

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.