From b147effb7d41551813cc0b6d5ddad2b15a29e8de Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 26 Jul 2000 16:22:11 +0000 Subject: [PATCH] More indentation fixes. git-svn-id: https://svn.dealii.org/trunk@3215 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/source/data_out_base.cc | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/deal.II/base/source/data_out_base.cc b/deal.II/base/source/data_out_base.cc index f413f33829..bfcc08e83a 100644 --- a/deal.II/base/source/data_out_base.cc +++ b/deal.II/base/source/data_out_base.cc @@ -760,8 +760,8 @@ void DataOutBase::write_povray (const vector > &patches, } }; - -double hmin=0,hmax=0; // max. and min. heigth of solution + // max. and min. heigth of solution + double hmin=0, hmax=0; for (typename vector >::const_iterator patch=patches.begin(); patch != patches.end(); ++patch) @@ -830,7 +830,7 @@ double hmin=0,hmax=0; // max. and min. heigth of sol ExcInvalidDatasetSize (patch->data.n(), n_subdivisions+1)); -Point ver[16]; // value for all points in this patch + Point ver[16]; // value for all points in this patch for (unsigned int i=0; i > &patches, patch->data(flags.height_vector,i*(n_subdivisions+1) + j+1) * flags.z_scaling : 0}; -// now compute the projection of + // now compute the projection of // the bilinear cell given by the // four vertices and their heights // and write them to a proper @@ -1226,7 +1226,7 @@ void DataOutBase::write_eps (const vector > &patches, const Point<2> offset(x_min, y_min); -// now write preamble + // now write preamble if (true) { // block this to have local @@ -1546,7 +1546,7 @@ void DataOutBase::write_gmv (const vector > &patches, }; -// finally update the number + // finally update the number // of the first vertex of this patch switch (dim) { @@ -1668,7 +1668,8 @@ void DataOutBase::write_gmv (const vector > &patches, }; -// end of variable section + + // end of variable section out << "endvars" << endl; // end of output -- 2.39.5