Skip to content

Commit

Permalink
one more reordering
Browse files Browse the repository at this point in the history
  • Loading branch information
wortiz committed Oct 31, 2024
1 parent 88869c5 commit a83acd0
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions src/sl_stratimikos_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
#include "Thyra_LinearOpWithSolveFactoryHelpers.hpp"
#include "Thyra_LinearOpWithSolveTester.hpp"

#ifdef GOMA_ENABLE_TEKO
// Teko-Package includes
#include "Teko_StratimikosFactory.hpp"
#endif

#ifdef GOMA_ENABLE_TPETRA
#include "Thyra_TpetraLinearOp.hpp"
#include "Thyra_TpetraThyraWrappers.hpp"
Expand All @@ -41,6 +46,10 @@
#endif

#ifdef GOMA_ENABLE_EPETRA
#ifdef HAVE_MPI
#else
#include "Epetra_SerialComm.h"
#endif
#include "EpetraExt_RowMatrixOut.h"
#include "EpetraExt_VectorOut.h"
#include "Epetra_DataAccess.h"
Expand All @@ -52,17 +61,6 @@
#include "Thyra_EpetraThyraWrappers.hpp"
#include "linalg/sparse_matrix_epetra.h"
#endif

#ifdef GOMA_ENABLE_TEKO
// Teko-Package includes
#include "Teko_StratimikosFactory.hpp"
#endif

#ifdef HAVE_MPI
#else
#include "Epetra_SerialComm.h"
#endif

#include "linalg/sparse_matrix.h"
#include "sl_stratimikos_interface.h"
#include "sl_util_structs.h"
Expand Down

0 comments on commit a83acd0

Please sign in to comment.