]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Move an #ifdef guard. 17315/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 19 Jul 2024 21:02:03 +0000 (15:02 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 19 Jul 2024 21:02:39 +0000 (15:02 -0600)
include/deal.II/base/trilinos_utilities.h

index 696fef220b458c65cde5afb576826fe8aa36b02c..b52064d1ee0ae156ce048661be7635f55739afdc 100644 (file)
 #  include <Epetra_Map.h>
 #  include <Teuchos_Comm.hpp>
 #  include <Teuchos_RCP.hpp>
+
 #  ifdef DEAL_II_WITH_MPI
 #    include <Epetra_MpiComm.h>
 #  else
 #    include <Epetra_SerialComm.h>
 #  endif
+
+#  ifdef DEAL_II_TRILINOS_WITH_TPETRA
+#    include <Teuchos_RCPDecl.hpp>
+#  endif // DEAL_II_TRILINOS_WITH_TPETRA
 #endif
 
-#ifdef DEAL_II_TRILINOS_WITH_TPETRA
-#  include <Teuchos_RCPDecl.hpp>
-#endif // DEAL_II_TRILINOS_WITH_TPETRA
 
 DEAL_II_NAMESPACE_OPEN
 

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.