]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fixed indentation. 1859/head
authorLuca Heltai <luca.heltai@sissa.it>
Wed, 11 Nov 2015 08:48:51 +0000 (09:48 +0100)
committerLuca Heltai <luca.heltai@sissa.it>
Wed, 11 Nov 2015 08:48:51 +0000 (09:48 +0100)
tests/lac/block_linear_operator_05.cc

index 9a9df6db42cf643fcdc5b2026bcb7f89076c34e4..bb5e41ecfe254c940ec55985226a130fbaad75dd 100644 (file)
@@ -44,8 +44,8 @@ int main(int argc, char *argv[])
   auto op_b = linear_operator<TrilinosWrappers::MPI::BlockVector>(b);
   auto op_b3 = linear_operator<TrilinosWrappers::BlockVector>(b);
 
-  auto op_c = block_diagonal_operator<2, TrilinosWrappers::MPI::BlockVector >({{ op_a, op_a}}); 
-  auto op_c2 = block_diagonal_operator<2, TrilinosWrappers::BlockVector >({{ op_a2, op_a2}}); 
+  auto op_c = block_diagonal_operator<2, TrilinosWrappers::MPI::BlockVector >({{ op_a, op_a}});
+  auto op_c2 = block_diagonal_operator<2, TrilinosWrappers::BlockVector >({{ op_a2, op_a2}});
 
   deallog << "OK" << std::endl;
 

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.