From: bangerth Date: Tue, 26 Feb 2008 01:12:01 +0000 (+0000) Subject: Remove left-over output of sparsity pattern. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a236590e46ec42c5d968901fb7ed9319c3fa7f10;p=dealii-svn.git Remove left-over output of sparsity pattern. git-svn-id: https://svn.dealii.org/trunk@15773 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-31/step-31.cc b/deal.II/examples/step-31/step-31.cc index 2beb54a3ff..51823b2aed 100644 --- a/deal.II/examples/step-31/step-31.cc +++ b/deal.II/examples/step-31/step-31.cc @@ -594,9 +594,6 @@ void StokesProblem::setup_dofs () sparsity_pattern.copy_from (csp); } - std::ofstream out ("sparsity_pattern.gpl"); - sparsity_pattern.block(0,0).print_gnuplot(out); - // Finally, the system matrix, // solution and right hand side are // created from the block