]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Back out previous change: on mainline, at least right now, there is
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 23 Apr 2009 16:08:05 +0000 (16:08 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 23 Apr 2009 16:08:05 +0000 (16:08 +0000)
still the # of threads as third parameter.

git-svn-id: https://svn.dealii.org/trunk@18705 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/data_out_curved_cells.cc

index 38f9b79b2579bb98b8670343224de949395950a7..c7b355ee313dbe49639f17a99c3db8c13e99e26f 100644 (file)
@@ -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,DataOut<2>::no_curved_cells);
+  data_out.build_patches(euler,5,1,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,DataOut<2>::curved_inner_cells);
+  data_out.build_patches(euler,5,1,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.