]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make compile.
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 15 Sep 2011 06:42:36 +0000 (06:42 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 15 Sep 2011 06:42:36 +0000 (06:42 +0000)
git-svn-id: https://svn.dealii.org/trunk@24329 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/numerics/matrices.cc

index b81f3d4a957fec61d0504a19391eda9eac3c5d61..1177ef58a81aa4f324e335a653f305ab350b84dd 100644 (file)
@@ -2608,11 +2608,11 @@ namespace MatrixTools
                                     // the diagonal subblocks and the
                                     // solution/rhs.
     for (unsigned int block=0; block<n_blocks; ++block)
-      PETScWrappers::apply_boundary_values(block_boundary_values[block],
-                                          matrix.block(block,block),
-                                          solution.block(block),
-                                          right_hand_side.block(block),
-                                          eliminate_columns);
+      internal::PETScWrappers::apply_boundary_values(block_boundary_values[block],
+                                                    matrix.block(block,block),
+                                                    solution.block(block),
+                                                    right_hand_side.block(block),
+                                                    eliminate_columns);
 
                                     // Finally, we need to do something
                                     // about the off-diagonal matrices. This

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.