]> https://gitweb.dealii.org/ - dealii.git/commitdiff
rename macro 7867/head
authorTimo Heister <timo.heister@gmail.com>
Wed, 27 Mar 2019 20:06:01 +0000 (14:06 -0600)
committerTimo Heister <timo.heister@gmail.com>
Wed, 27 Mar 2019 21:44:42 +0000 (15:44 -0600)
source/lac/ginkgo_solver.cc

index 59335c12da95bcb675c0fab20db97a5a0dddf891..8223fc6a4d385588f59ffe509993b6e117258f9a 100644 (file)
@@ -289,20 +289,20 @@ namespace GinkgoWrappers
   }
 
   // Explicit instantiations in GinkgoWrappers
-#  define GKO_DEALII_INSTANTIATE_FOR_EACH_VALUE_AND_INDEX_TYPE(_macro) \
-    template _macro(float, int32_t);                                   \
-    template _macro(double, int32_t);                                  \
-    template _macro(float, int64_t);                                   \
+#  define DEALII_INSTANTIATE_FOR_EACH_VALUE_AND_INDEX_TYPE(_macro) \
+    template _macro(float, int32_t);                               \
+    template _macro(double, int32_t);                              \
+    template _macro(float, int64_t);                               \
     template _macro(double, int64_t);
 
 #  define DECLARE_SOLVER_BASE(ValueType, IndexType) \
     class SolverBase<ValueType, IndexType>
-  GKO_DEALII_INSTANTIATE_FOR_EACH_VALUE_AND_INDEX_TYPE(DECLARE_SOLVER_BASE)
+  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)
+  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.