]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
change it back to the previous version
authorjanssen <janssen@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 22 Sep 2010 07:58:27 +0000 (07:58 +0000)
committerjanssen <janssen@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 22 Sep 2010 07:58:27 +0000 (07:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@22117 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/numerics/mesh_worker_output.h

index 46c3552fa8629c2bd4702819e826ea8797ab44eb..48a594ae6c271e58657e61af232790d44c5874a7 100644 (file)
@@ -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()
                    :

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.