]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Eliminate three more warnings.
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 20 Nov 2012 15:39:35 +0000 (15:39 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 20 Nov 2012 15:39:35 +0000 (15:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@27594 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/fe/fe_tools.h
deal.II/source/base/mpi.cc
deal.II/source/numerics/solution_transfer.cc

index 75caa20de6ab5bba21bc0c45a07a797438b0d006..71ac1114ac377c0a93370c365d858c7ee467bdf7 100644 (file)
@@ -1418,7 +1418,8 @@ namespace FETools
                   << "You are using continuous elements on a grid with "
                   << "hanging nodes but without providing hanging node "
                   << "constraints. Use the respective function with "
-                  << "additional ConstraintMatrix argument(s), instead.");
+                  << "additional ConstraintMatrix argument(s), instead."
+                  << (arg1?"":""));
                                    /**
                                     * You need at least two grid levels.
                                     *
index e2bbfd0f1d3fc1ffd137b79b5d557c8d650f99c0..616b9235e34e810f86735598d52b770e7534471e 100644 (file)
@@ -331,6 +331,7 @@ namespace Utilities
                                        // about these variables
       (void)argc;
       (void)argv;
+      (void)owns_mpi;
 #endif
 
       constructor_has_already_run = true;
index c449e9384b0c42630ac0ccf6f59fddf524a40cde..ed484d579f490ca10286dea9889580abe0bc2a26 100644 (file)
@@ -241,7 +241,7 @@ SolutionTransfer<dim, VECTOR, DH>::
 prepare_for_coarsening_and_refinement(const std::vector<VECTOR> &all_in)
 {
   Assert(prepared_for!=pure_refinement, ExcAlreadyPrepForRef());
-  Assert(!prepared_for!=coarsening_and_refinement,
+  Assert(prepared_for!=coarsening_and_refinement,
          ExcAlreadyPrepForCoarseAndRef());
 
   const unsigned int in_size=all_in.size();

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.