From a236590e46ec42c5d968901fb7ed9319c3fa7f10 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 26 Feb 2008 01:12:01 +0000 Subject: [PATCH] Remove left-over output of sparsity pattern. git-svn-id: https://svn.dealii.org/trunk@15773 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-31/step-31.cc | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.39.5