]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update include guards for new name: DEAL_II_SUNDIALS_WITH_IDAS 5611/head
authorMatthias Maier <tamiko@43-1.org>
Mon, 11 Dec 2017 16:23:51 +0000 (10:23 -0600)
committerMatthias Maier <tamiko@43-1.org>
Mon, 11 Dec 2017 16:23:51 +0000 (10:23 -0600)
include/deal.II/sundials/ida.h
source/sundials/ida.cc

index 1ebbe34bb083fc22d4f5dcfe5fc658630ca5ad1d..5fcf9fe73b60b5b6e03a2dda971ba134db7ec6ce 100644 (file)
@@ -32,7 +32,7 @@
 #include <deal.II/lac/vector.h>
 #include <deal.II/lac/vector_memory.h>
 
-#ifdef DEAL_II_WITH_SUNDIALS_IDAS
+#ifdef DEAL_II_SUNDIALS_WITH_IDAS
 #include <idas/idas.h>
 #else
 #include <ida/ida.h>
@@ -827,9 +827,8 @@ namespace SUNDIALS
 
 }
 
-
 DEAL_II_NAMESPACE_CLOSE
-#endif
 
+#endif // DEAL_II_WITH_SUNDIALS
 
 #endif
index 9ef8d53f78909c4cf9abea29c49f28a57f121301..026bd608194ab89a8d5e389005eaebf25f7a4ef0 100644 (file)
@@ -32,7 +32,7 @@
 #include <deal.II/base/utilities.h>
 #include <deal.II/sundials/copy.h>
 
-#ifdef DEAL_II_WITH_SUNDIALS_IDAS
+#ifdef DEAL_II_SUNDIALS_WITH_IDAS
 #include <idas/idas_impl.h>
 #else
 #include <ida/ida_impl.h>
@@ -524,4 +524,4 @@ namespace SUNDIALS
 
 DEAL_II_NAMESPACE_CLOSE
 
-#endif
+#endif // DEAL_II_WITH_SUNDIALS

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.