]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Still remove many of those bogus indentations!
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 30 Mar 2000 13:26:27 +0000 (13:26 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 30 Mar 2000 13:26:27 +0000 (13:26 +0000)
git-svn-id: https://svn.dealii.org/trunk@2648 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/convergence_table.h
deal.II/base/include/base/data_out_base.h
deal.II/base/include/base/exceptions.h
deal.II/base/include/base/parameter_handler.h
deal.II/base/include/base/point.h
deal.II/base/include/base/smartpointer.h
deal.II/base/include/base/subscriptor.h
deal.II/lac/include/lac/block_vector.h
deal.II/lac/include/lac/precondition_selector.h
deal.II/lac/include/lac/solver.h
deal.II/lac/include/lac/sparsity_pattern.h

index 0dfe1480b7d128931c698f80c4c1dbcd756d9a96..d4c26aea1454c45b8f43843226ec16ccf7ef8736 100644 (file)
@@ -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#.
index f02d9985578a9d5e003de46f295ca40d63465dc4..28a82db5e2deb644ca01d70e0fdd4c6476c5bd83 100644 (file)
@@ -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
index ae4ae21897255471f38116f218d9a1ad5b912e08..af8e5a54922ea06755c7a93f4aea3d2db7ab2ec8 100644 (file)
@@ -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
index d6eb3e797777db0d3e33bc73f2dfd2fffdb4a7a6..3c1de8e8ddf083d8aa8ebec20db46de49b1e2ce0 100644 (file)
@@ -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,
index da2adacda0aabf5c8f5aaeeb2f867806a4dcfcb0..309a43e919f14c82cb192abc2a3c5851c85bfe13 100644 (file)
@@ -41,7 +41,8 @@
  * @author Wolfgang Bangerth, 1997
  */
 template <int dim>
-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,
index 399af9c543457148fef2195ed4d8ba6922cea846..ff1fdc638349de8628c9c31602e5dc6eca0e5fc0 100644 (file)
@@ -76,7 +76,7 @@ class SmartPointer
     SmartPointer (T *t);
 
 
-/**
+                                    /**
                                      * Destructor, removing the subscription.
                                      */
     ~SmartPointer();
index 12b439166f7fe61e2a42b5f8818492ae9145d267..a70a225e82fdfc4de434a67010c10fbbb4b1d54e 100644 (file)
@@ -102,7 +102,7 @@ class Subscriptor
     DeclException0(ExcNotUsed);
 
 
-private:
+  private:
                                     /**
                                      * Store the number of objects which
                                      * subscribed to this object. Initialally,
index 82a5fb649e207cb55d2fe6ddbee55f3cac78932b..d192382e2dad6ad3986cd6c497e4273dca7fd881 100644 (file)
@@ -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
                                      */
                                     //@{
index b7e8c7cde3c302c5a30063cfbaef8c0afbb81570..81d0dad85fd0aac1844ac15b97f8ab2000c66ced 100644 (file)
@@ -124,7 +124,7 @@ class PreconditionSelector
     DeclException0 (ExcNoMatrixGivenToUse);
 
 
-protected:
+  protected:
     
                                     /**
                                      * Stores the name of the
index 98a1742317f1ddb5e45329d3368180e504475d50..4c9fc9964c58482845f81a6699affe7669c2e321 100644 (file)
@@ -143,7 +143,7 @@ class Solver
     };
 
 
-/**
+                                    /**
                                      * Constructor. Assign a control
                                      * object which stores the required
                                      * precision and an object to provide
index 29bb0bdfc1f31ff4c73acdcfc98879c46083f634..40b060bf9081e1a9183fe205199e2d2df2acc9ab 100644 (file)
@@ -499,7 +499,7 @@ class SparsityPattern : public Subscriptor
     const unsigned int * get_column_numbers () const;
 
 
-/**
+                                    /**
                                      * Exception
                                      */
     DeclException1 (ExcInvalidNumber,

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.