]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix warning in ginkgo_solver.cc
authorTimo Heister <timo.heister@gmail.com>
Wed, 27 Mar 2019 15:29:23 +0000 (09:29 -0600)
committerTimo Heister <timo.heister@gmail.com>
Wed, 27 Mar 2019 15:29:23 +0000 (09:29 -0600)
source/lac/ginkgo_solver.cc

index b1e08892ee7d2e0459ef375f9bd553ad324c945c..59335c12da95bcb675c0fab20db97a5a0dddf891 100644 (file)
@@ -297,12 +297,12 @@ namespace GinkgoWrappers
 
 #  define DECLARE_SOLVER_BASE(ValueType, IndexType) \
     class SolverBase<ValueType, IndexType>
-  GKO_DEALII_INSTANTIATE_FOR_EACH_VALUE_AND_INDEX_TYPE(DECLARE_SOLVER_BASE);
+  GKO_DEALII_INSTANTIATE_FOR_EACH_VALUE_AND_INDEX_TYPE(DECLARE_SOLVER_BASE)
 #  undef DECLARE_SOLVER_BASE
 
 #  define DECLARE_SOLVER_CG(ValueType, IndexType) \
     class SolverCG<ValueType, IndexType>
-  GKO_DEALII_INSTANTIATE_FOR_EACH_VALUE_AND_INDEX_TYPE(DECLARE_SOLVER_CG);
+  GKO_DEALII_INSTANTIATE_FOR_EACH_VALUE_AND_INDEX_TYPE(DECLARE_SOLVER_CG)
 #  undef DECLARE_SOLVER_CG
 
 } // namespace GinkgoWrappers

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.