]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Change QIteratedTrapez to QIterated. Hope that it will still work.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 9 Aug 1999 13:51:48 +0000 (13:51 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 9 Aug 1999 13:51:48 +0000 (13:51 +0000)
git-svn-id: https://svn.dealii.org/trunk@1642 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/data_io.cc

index 9ce4a6627e4965fb187953d337aa8d781edff512..c45d4cb103ec1ccc255a902fbaf0a7d5776e7672 100644 (file)
@@ -590,7 +590,8 @@ void DataOut_Old<dim>::write_gnuplot (ostream &out, unsigned int accuracy) const
   DoFHandler<dim>::active_cell_iterator cell;
   DoFHandler<dim>::active_cell_iterator endc = dofs->end();
 
-  QIteratedTrapez<dim> points(accuracy);
+  QTrapez<1>     q_trapez;
+  QIterated<dim> points (q_trapez, accuracy);
   
   FEValues<dim> fe(dofs->get_fe(), points, UpdateFlags(update_q_points));
   vector< vector <Vector<double> > >

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.