]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix for GridOut
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 6 Jul 1999 11:22:52 +0000 (11:22 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 6 Jul 1999 11:22:52 +0000 (11:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@1539 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/Attic/examples/dof/dof_test.cc
tests/big-tests/dof/dof_test.cc

index 340a3a31274057c197550ac1514da80484b9bc20..56ba5b84478197357a6f03ca5f8bf855ec24a4bc 100644 (file)
@@ -347,7 +347,7 @@ void TestCases<dim>::run (ParameterHandler &prm) {
   
   cout << "    Writing grid..." << endl;
   ofstream out((file_prefix + prm.get("Grid file")).c_str());
-  GridOut::write_gnuplot (tria, out);
+  GridOut().write_gnuplot (*tria, out);
 
 
 
index 340a3a31274057c197550ac1514da80484b9bc20..56ba5b84478197357a6f03ca5f8bf855ec24a4bc 100644 (file)
@@ -347,7 +347,7 @@ void TestCases<dim>::run (ParameterHandler &prm) {
   
   cout << "    Writing grid..." << endl;
   ofstream out((file_prefix + prm.get("Grid file")).c_str());
-  GridOut::write_gnuplot (tria, out);
+  GridOut().write_gnuplot (*tria, 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.