]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix testcase for good this time.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 24 Jan 2009 05:26:09 +0000 (05:26 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 24 Jan 2009 05:26:09 +0000 (05:26 +0000)
git-svn-id: https://svn.dealii.org/trunk@18298 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/data_out_curved_cells.cc

index 02002cf56e2c632a9c52b4a9e2a2e53ce99fd8cb..8ca9847374636491ffad728eba8b4bb3333213f9 100644 (file)
@@ -1,4 +1,4 @@
-/----------------------------------------------------------------------
+//----------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$ 
 //
@@ -230,14 +230,14 @@ void curved_grid (std::ofstream &out)
   data_out.build_patches(5);
   data_out.write_gnuplot(out);
                                   // output with no curved cells
-  data_out.build_patches(euler,5,multithread_info.n_default_threads,DataOut<2>::no_curved_cells);
+  data_out.build_patches(euler,5,DataOut<2>::no_curved_cells);
   data_out.write_gnuplot(out);
                                   // output with curved cells at the boundary
                                   // (default)
   data_out.build_patches(euler,5);
   data_out.write_gnuplot(out);
                                   // output with all cells curved
-  data_out.build_patches(euler,5,multithread_info.n_default_threads,DataOut<2>::curved_inner_cells);
+  data_out.build_patches(euler,5,DataOut<2>::curved_inner_cells);
   data_out.write_gnuplot(out);
 }
 

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.