]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Just some cosmetics.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 10 Sep 2002 15:57:37 +0000 (15:57 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 10 Sep 2002 15:57:37 +0000 (15:57 +0000)
git-svn-id: https://svn.dealii.org/trunk@6391 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/sparse_direct.cc

index 7ad05539175064b0c72ac4fed7fda7928aa28c10..c9213159a6a1f57a0ee7db7e3e43f85624d2ecc7 100644 (file)
@@ -236,9 +236,12 @@ SparseDirectMA27::initialize (const SparsityPattern &sp)
 
   sparsity_pattern = &sp;
   
-  const unsigned int n_rows = sparsity_pattern->n_rows();
-  const unsigned int *rowstart_indices = sparsity_pattern->get_rowstart_indices();
-  const unsigned int *col_nums         = sparsity_pattern->get_column_numbers();
+  const unsigned int
+    n_rows            = sparsity_pattern->n_rows();
+  const unsigned int
+    *rowstart_indices = sparsity_pattern->get_rowstart_indices();
+  const unsigned int
+    *col_nums         = sparsity_pattern->get_column_numbers();
 
                                   // first count number of nonzero
                                   // elements in the upper right
@@ -350,7 +353,7 @@ SparseDirectMA27::factorize (const SparseMatrix<double> &matrix)
   
                                   // set LA and fill the A array of
                                   // values
-  LA=static_cast<int>(NRLNEC * LA_factor);
+  LA = static_cast<int>(NRLNEC * LA_factor);
   A.resize (LA);
   fill_A (matrix);
 

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.