]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix two issues that for whatever reason only on mac osx wouldn't compile.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 24 Jan 2009 04:28:12 +0000 (04:28 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 24 Jan 2009 04:28:12 +0000 (04:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@18297 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/data_out_curved_cells.cc
tests/fe/deformed_projection.h

index 934247ec256988c8ef76c9e6439ac6b8a58405d4..02002cf56e2c632a9c52b4a9e2a2e53ce99fd8cb 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------------------------------------------------
+/----------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$ 
 //
@@ -45,6 +45,7 @@
 #include <fe/fe_system.h>
 #include <numerics/matrices.h>
 #include <numerics/data_out.h>
+#include <base/multithread_info.h>
 #include <fstream>
 #include <cmath>
 #include <iostream>
index e32e880c8fd34dab8c836a5fac054928c8249d9b..36dfb8e1b117ce2e2d0e76c696830ed07adba3a3 100644 (file)
@@ -669,7 +669,7 @@ void plot_shapes (DoFHandler<2> &dof_handler)
       DataOut<2> *data_out = new DataOut<2>;
       data_out->attach_dof_handler (dof_handler);
       data_out->add_data_vector (solution, "solution");
-      data_out->build_patches (4, 0);
+      data_out->build_patches (4);
 
       data_out->write_gnuplot (deallog.get_file_stream());
 

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.