]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Minor indentation.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 23 Apr 2012 14:04:28 +0000 (14:04 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 23 Apr 2012 14:04:28 +0000 (14:04 +0000)
git-svn-id: https://svn.dealii.org/trunk@25431 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/full_matrix.h

index 5b3d307e26f109ece321c5f51ec8b0111412e6f5..7c049d7d879b024a57aa9fbafa675700a71fd94c 100644 (file)
@@ -390,13 +390,13 @@ class FullMatrix : public Table<2,number>
      */
     template <int dim>
     void
-    copy_from (Tensor<2,dim> &T,
-        const unsigned int src_r_i=0,
-        const unsigned int src_r_j=dim-1,
-        const unsigned int src_c_i=0,
-        const unsigned int src_c_j=dim-1,
-        const unsigned int dst_r=0,
-        const unsigned int dst_c=0);
+    copy_from (const Tensor<2,dim> &T,
+               const unsigned int src_r_i=0,
+               const unsigned int src_r_j=dim-1,
+               const unsigned int src_c_i=0,
+               const unsigned int src_c_j=dim-1,
+               const unsigned int dst_r=0,
+               const unsigned int dst_c=0);
 
     /**
      * Insert a submatrix (also
@@ -414,12 +414,12 @@ class FullMatrix : public Table<2,number>
     template <int dim>
     void
     copy_to(Tensor<2,dim> &T,
-        const unsigned int src_r_i=0,
-        const unsigned int src_r_j=dim-1,
-        const unsigned int src_c_i=0,
-        const unsigned int src_c_j=dim-1,
-        const unsigned int dst_r=0,
-        const unsigned int dst_c=0) const;
+            const unsigned int src_r_i=0,
+            const unsigned int src_r_j=dim-1,
+            const unsigned int src_c_i=0,
+            const unsigned int src_c_j=dim-1,
+            const unsigned int dst_r=0,
+            const unsigned int dst_c=0) const;
 
  /**
                                       * Fill rectangular block.

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.