]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Only add some newlines.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 14 Feb 2000 08:49:36 +0000 (08:49 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 14 Feb 2000 08:49:36 +0000 (08:49 +0000)
git-svn-id: https://svn.dealii.org/trunk@2399 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/data_out_base.all_dimensions.cc
deal.II/base/source/data_out_base.cc

index 9ae7c6e81de80a14f462661b5f4f00f3e0914de8..fb1549c2f8b60a880a260e6150efab1f0c59d551 100644 (file)
@@ -9,6 +9,8 @@ DataOutBase::UcdFlags::UcdFlags (const bool write_preamble) :
                write_preamble (write_preamble)
 {};
 
+
+
 DataOutBase::PovrayFlags::PovrayFlags (const bool smooth,
                                       const bool bicubic_patch,
                                       const bool external_data) :
@@ -17,6 +19,8 @@ DataOutBase::PovrayFlags::PovrayFlags (const bool smooth,
                external_data(external_data)
 {};
 
+
+
 void DataOutBase::UcdFlags::declare_parameters (ParameterHandler &prm)
 {
   prm.declare_entry ("Write preamble", "true", Patterns::Bool());
index 3da07c04ab09a156de1cc37a0955ec1a2a72b501..84cee1f462908fdba91bef43ba4487bfb4b499a4 100644 (file)
@@ -1760,6 +1760,8 @@ void DataOutInterface<dim>::write (ostream &out,
     };
 };
 
+
+
 template <int dim>
 void DataOutInterface<dim>::set_format(OutputFormat fmt)
 {
@@ -1767,6 +1769,7 @@ void DataOutInterface<dim>::set_format(OutputFormat fmt)
 }
 
 
+
 template <int dim>
 void DataOutInterface<dim>::set_flags (const UcdFlags &flags) 
 {
@@ -1840,7 +1843,8 @@ string DataOutInterface<dim>::default_suffix (OutputFormat output_format)
 
 template <int dim>
 DataOutInterface<dim>::OutputFormat
-DataOutInterface<dim>::parse_output_format (const string &format_name) {
+DataOutInterface<dim>::parse_output_format (const string &format_name)
+{
   if (format_name == "ucd")
     return ucd;
 

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.