From cf06e56dc57d286e18d1d3b91b53c54fc2aeb97a Mon Sep 17 00:00:00 2001 From: janssen Date: Wed, 22 Sep 2010 07:58:27 +0000 Subject: [PATCH] change it back to the previous version git-svn-id: https://svn.dealii.org/trunk@22117 0785d39b-7218-0410-832d-ea1e28bc413d --- .../include/numerics/mesh_worker_output.h | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/deal.II/deal.II/include/numerics/mesh_worker_output.h b/deal.II/deal.II/include/numerics/mesh_worker_output.h index 46c3552fa8..48a594ae6c 100644 --- a/deal.II/deal.II/include/numerics/mesh_worker_output.h +++ b/deal.II/deal.II/include/numerics/mesh_worker_output.h @@ -63,16 +63,6 @@ namespace MeshWorker */ void initialize_stream(std::ostream& stream); - /** - * Set the precision - * of the stream to - * which data is written. If - * no stream was selected with - * initialize_stream(), this - * effects #deallog. - */ - void set_precision (const unsigned int n); - /** * Initialize the local data * in the @@ -150,15 +140,6 @@ namespace MeshWorker (*os) << std::endl; } - inline void - GnuplotPatch::set_precision(const unsigned int n) - { - if (os == 0) - deallog << std::setprecision(n); - else - (*os) << std::setprecision(n); - } - inline GnuplotPatch::GnuplotPatch() : -- 2.39.5