]> https://gitweb.dealii.org/ - dealii.git/commitdiff
remove output files
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 5 Jul 2010 18:10:20 +0000 (18:10 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 5 Jul 2010 18:10:20 +0000 (18:10 +0000)
git-svn-id: https://svn.dealii.org/trunk@21453 0785d39b-7218-0410-832d-ea1e28bc413d

tests/multigrid/step-16.cc
tests/multigrid/transfer_system_adaptive_09.cc

index 5ec5bb23acc6b72fde4a813d0c0e2da15ab046e8..ac04bc8506ea5123e5c0932478165a46e011dc6a 100644 (file)
@@ -917,8 +917,8 @@ void LaplaceProblem<dim>::output_results (const unsigned int cycle) const
           << cycle
           << ".vtk";
 
-  std::ofstream output (filename.str().c_str());
-  data_out.write_vtk (output);
+//  std::ofstream output (filename.str().c_str());
+//  data_out.write_vtk (output);
 }
 
 
index 2339c6a275abe0a1901b13fd95922ead17fe2749..fe9430bd571fe0dff21df45d388d98bfb13352d6 100644 (file)
@@ -84,9 +84,9 @@ void check (const FiniteElement<dim>& fe, const unsigned int selected_block)
   std::ostringstream out_filename;
   out_filename << "gitter.eps";
 
-  std::ofstream grid_output (out_filename.str().c_str());
-  GridOut grid_out;
-  grid_out.write_eps (tr, grid_output);
+//   std::ofstream grid_output (out_filename.str().c_str());
+//   GridOut grid_out;
+//   grid_out.write_eps (tr, grid_output);
 
 
   MGDoFHandler<dim> mg_dof_handler(tr);

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.