]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Just reindent.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Aug 2001 13:44:09 +0000 (13:44 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Aug 2001 13:44:09 +0000 (13:44 +0000)
git-svn-id: https://svn.dealii.org/trunk@4874 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/constraints.cc

index c87036790aade555bd8d3ef805843814476049a3..ca8e4a319aa587d4e0ac075d4c12b0a6edfb21f3 100644 (file)
@@ -249,7 +249,7 @@ void merge_check ()
                                       // works correctly
       ConstraintMatrix c1, c2;
 
-                                  // enter simple line
+                                      // enter simple line
       c1.add_line (0);
       c1.add_entry (0, 11, 1.);
                                       // add more complex line
@@ -257,16 +257,19 @@ void merge_check ()
       c1.add_entry (1, 3, 0.5);
       c1.add_entry (1, 4, 0.5);
   
-                                  // fill second constraints object
-                                  // with one trivial line and one
-                                  // which further constrains one of
-                                  // the entries in the first object
+                                      // fill second constraints
+                                      // object with one trivial line
+                                      // and one which further
+                                      // constrains one of the
+                                      // entries in the first object
       c2.add_line (10);
       c2.add_entry (10, 11, 1.);
       c2.add_line (3);
       c2.add_entry (3, 12, 0.25);
       c2.add_entry (3, 13, 0.75);
 
+                                      // in one of the two runs,
+                                      // close the objects
       if (run == 1)
        {
          c1.close ();

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.