From: Wolfgang Bangerth Date: Thu, 30 Mar 2000 13:26:27 +0000 (+0000) Subject: Still remove many of those bogus indentations! X-Git-Tag: v8.0.0~20728 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=706a1a8fc387bb809bd68b4755967b206c5bb63c;p=dealii.git Still remove many of those bogus indentations! git-svn-id: https://svn.dealii.org/trunk@2648 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/convergence_table.h b/deal.II/base/include/base/convergence_table.h index 0dfe1480b7..d4c26aea14 100644 --- a/deal.II/base/include/base/convergence_table.h +++ b/deal.II/base/include/base/convergence_table.h @@ -108,7 +108,7 @@ class ConvergenceTable: public TableHandler const RateMode rate_mode); -/** + /** * Evaluates the convergence rates of the * data column #data_column_key# * due to the #RateMode#. diff --git a/deal.II/base/include/base/data_out_base.h b/deal.II/base/include/base/data_out_base.h index f02d998557..28a82db5e2 100644 --- a/deal.II/base/include/base/data_out_base.h +++ b/deal.II/base/include/base/data_out_base.h @@ -408,7 +408,7 @@ class DataOutBase }; -/** + /** * Flags describing the details of * output in UCD format. */ @@ -552,7 +552,7 @@ class DataOutBase }; -/** + /** * Flags describing the details of * output in encapsulated postscript * format. @@ -760,7 +760,7 @@ class DataOutBase ColorFunction color_function; -/** + /** * Default colorization function. This * one does what one usually wants: * It shifts colors from black (lowest @@ -932,7 +932,7 @@ class DataOutBase ostream &out); -/** + /** * Exception */ DeclException2 (ExcUnexpectedNumberOfDatasets, @@ -1222,7 +1222,7 @@ class DataOutInterface : private DataOutBase void set_flags (const GmvFlags &gmv_flags); -/** + /** * Provide a function which tells us which * suffix with a given output format * usually has. At present the following diff --git a/deal.II/base/include/base/exceptions.h b/deal.II/base/include/base/exceptions.h index ae4ae21897..af8e5a5492 100644 --- a/deal.II/base/include/base/exceptions.h +++ b/deal.II/base/include/base/exceptions.h @@ -320,7 +320,7 @@ class ExceptionBase : public exception { virtual void PrintInfo (ostream &out) const; -/** + /** * Function derived from the base class * which allows to pass information like * the line and name of the file where the diff --git a/deal.II/base/include/base/parameter_handler.h b/deal.II/base/include/base/parameter_handler.h index d6eb3e7977..3c1de8e8dd 100644 --- a/deal.II/base/include/base/parameter_handler.h +++ b/deal.II/base/include/base/parameter_handler.h @@ -120,7 +120,7 @@ struct Patterns { }; -/** + /** * This class is much like the #Selection# * class, but it allows the input to be * a comma-separated list of values which @@ -674,7 +674,7 @@ class ParameterHandler void clear (); -/** + /** * Declare a new entry with name #entry#, * default and for which * any input has to match the #pattern# @@ -758,7 +758,7 @@ class ParameterHandler const unsigned int indent_level); -/** + /** * Exception */ DeclException1 (ExcEntryAlreadyExists, diff --git a/deal.II/base/include/base/point.h b/deal.II/base/include/base/point.h index da2adacda0..309a43e919 100644 --- a/deal.II/base/include/base/point.h +++ b/deal.II/base/include/base/point.h @@ -41,7 +41,8 @@ * @author Wolfgang Bangerth, 1997 */ template -class Point : public Tensor<1,dim> { +class Point : public Tensor<1,dim> +{ public: /** * Constructor. Initialize all entries @@ -136,7 +137,7 @@ class Point : public Tensor<1,dim> { double square () const; -/** + /** * Exception */ DeclException1 (ExcDimTooSmall, diff --git a/deal.II/base/include/base/smartpointer.h b/deal.II/base/include/base/smartpointer.h index 399af9c543..ff1fdc6383 100644 --- a/deal.II/base/include/base/smartpointer.h +++ b/deal.II/base/include/base/smartpointer.h @@ -76,7 +76,7 @@ class SmartPointer SmartPointer (T *t); -/** + /** * Destructor, removing the subscription. */ ~SmartPointer(); diff --git a/deal.II/base/include/base/subscriptor.h b/deal.II/base/include/base/subscriptor.h index 12b439166f..a70a225e82 100644 --- a/deal.II/base/include/base/subscriptor.h +++ b/deal.II/base/include/base/subscriptor.h @@ -102,7 +102,7 @@ class Subscriptor DeclException0(ExcNotUsed); -private: + private: /** * Store the number of objects which * subscribed to this object. Initialally, diff --git a/deal.II/lac/include/lac/block_vector.h b/deal.II/lac/include/lac/block_vector.h index 82a5fb649e..d192382e2d 100644 --- a/deal.II/lac/include/lac/block_vector.h +++ b/deal.II/lac/include/lac/block_vector.h @@ -150,7 +150,7 @@ class BlockVector Number linfty_norm () const; -/** + /** * Change the dimension of the vector to * #N#. The reserved memory for this vector * remains unchanged if possible, to make @@ -227,7 +227,7 @@ class BlockVector // const_iterator end () const; -/** + /** * @name 2: Data-Access */ //@{ @@ -244,7 +244,7 @@ class BlockVector //@} -/** + /** * @name 3: Modification of vectors */ //@{ @@ -342,7 +342,7 @@ class BlockVector //@} -/** + /** * @name 5: Mixed stuff */ //@{ diff --git a/deal.II/lac/include/lac/precondition_selector.h b/deal.II/lac/include/lac/precondition_selector.h index b7e8c7cde3..81d0dad85f 100644 --- a/deal.II/lac/include/lac/precondition_selector.h +++ b/deal.II/lac/include/lac/precondition_selector.h @@ -124,7 +124,7 @@ class PreconditionSelector DeclException0 (ExcNoMatrixGivenToUse); -protected: + protected: /** * Stores the name of the diff --git a/deal.II/lac/include/lac/solver.h b/deal.II/lac/include/lac/solver.h index 98a1742317..4c9fc9964c 100644 --- a/deal.II/lac/include/lac/solver.h +++ b/deal.II/lac/include/lac/solver.h @@ -143,7 +143,7 @@ class Solver }; -/** + /** * Constructor. Assign a control * object which stores the required * precision and an object to provide diff --git a/deal.II/lac/include/lac/sparsity_pattern.h b/deal.II/lac/include/lac/sparsity_pattern.h index 29bb0bdfc1..40b060bf90 100644 --- a/deal.II/lac/include/lac/sparsity_pattern.h +++ b/deal.II/lac/include/lac/sparsity_pattern.h @@ -499,7 +499,7 @@ class SparsityPattern : public Subscriptor const unsigned int * get_column_numbers () const; -/** + /** * Exception */ DeclException1 (ExcInvalidNumber,