]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Realign some function arguments.
authorDavid Wells <wellsd2@rpi.edu>
Sat, 7 Oct 2017 00:43:27 +0000 (20:43 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Thu, 12 Oct 2017 19:57:46 +0000 (15:57 -0400)
include/deal.II/lac/block_matrix_base.h

index 80fb3ffc0f9eb10a9c01b1ca95f72913853476d4..fcf45dc7366b400614bdf80d98f9c6d13a142d23 100644 (file)
@@ -1659,8 +1659,8 @@ inline
 void
 BlockMatrixBase<MatrixType>::set (const std::vector<size_type> &row_indices,
                                   const std::vector<size_type> &col_indices,
-                                  const FullMatrix<number>        &values,
-                                  const bool                       elide_zero_values)
+                                  const FullMatrix<number>     &values,
+                                  const bool                    elide_zero_values)
 {
   Assert (row_indices.size() == values.m(),
           ExcDimensionMismatch(row_indices.size(), values.m()));
@@ -1679,8 +1679,8 @@ template <typename number>
 inline
 void
 BlockMatrixBase<MatrixType>::set (const std::vector<size_type> &indices,
-                                  const FullMatrix<number>        &values,
-                                  const bool                       elide_zero_values)
+                                  const FullMatrix<number>     &values,
+                                  const bool                    elide_zero_values)
 {
   Assert (indices.size() == values.m(),
           ExcDimensionMismatch(indices.size(), values.m()));

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.