From: Wolfgang Bangerth Date: Tue, 26 Feb 2008 01:12:01 +0000 (+0000) Subject: Remove left-over output of sparsity pattern. X-Git-Tag: v8.0.0~9385 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7443a0480d74794f062b365e6d949d0939b60b28;p=dealii.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