diff --git a/FEI_mv/fei-hypre/FEI_HYPRE_Impl.cxx b/FEI_mv/fei-hypre/FEI_HYPRE_Impl.cxx index 39d89ae77..e4afcfd43 100644 --- a/FEI_mv/fei-hypre/FEI_HYPRE_Impl.cxx +++ b/FEI_mv/fei-hypre/FEI_HYPRE_Impl.cxx @@ -12,7 +12,7 @@ #if HAVE_SUPERLU #include "dsp_defs.h" -#include "slu_util.h" +#include "superlu_util.h" #endif /*------------------------------------------------------------------------- diff --git a/FEI_mv/fei-hypre/HYPRE_LSC_aux.cxx b/FEI_mv/fei-hypre/HYPRE_LSC_aux.cxx index 6c4728366..5b9437f34 100644 --- a/FEI_mv/fei-hypre/HYPRE_LSC_aux.cxx +++ b/FEI_mv/fei-hypre/HYPRE_LSC_aux.cxx @@ -66,7 +66,7 @@ #ifdef HAVE_SUPERLU #include "dsp_defs.h" -#include "slu_util.h" +#include "superlu_util.h" #endif //--------------------------------------------------------------------------- diff --git a/FEI_mv/fei-hypre/HYPRE_LSI_blkprec.cxx b/FEI_mv/fei-hypre/HYPRE_LSI_blkprec.cxx index 222081ec8..9fe1d1b7c 100644 --- a/FEI_mv/fei-hypre/HYPRE_LSI_blkprec.cxx +++ b/FEI_mv/fei-hypre/HYPRE_LSI_blkprec.cxx @@ -69,7 +69,7 @@ extern "C" { #endif #ifdef HAVE_SUPERLU #include "dsp_defs.h" -#include "slu_util.h" +#include "superlu_util.h" #endif //****************************************************************************** diff --git a/FEI_mv/fei-hypre/hypre_lsi_misc.c b/FEI_mv/fei-hypre/hypre_lsi_misc.c index 5d35c73d4..28319ab94 100644 --- a/FEI_mv/fei-hypre/hypre_lsi_misc.c +++ b/FEI_mv/fei-hypre/hypre_lsi_misc.c @@ -19,7 +19,7 @@ #ifdef HAVE_SUPERLU #include "dsp_defs.h" -#include "slu_util.h" +#include "superlu_util.h" #endif extern void qsort0(int*, int, int); diff --git a/FEI_mv/femli/solver/mli_solver_seqsuperlu.h b/FEI_mv/femli/solver/mli_solver_seqsuperlu.h index 1a839e35a..4d0c257bf 100644 --- a/FEI_mv/femli/solver/mli_solver_seqsuperlu.h +++ b/FEI_mv/femli/solver/mli_solver_seqsuperlu.h @@ -13,7 +13,7 @@ #include #include "dsp_defs.h" -#include "slu_util.h" +#include "superlu_util.h" #include "matrix/mli_matrix.h" #include "vector/mli_vector.h" #include "solver/mli_solver.h" diff --git a/FEI_mv/femli/solver/mli_solver_superlu.h b/FEI_mv/femli/solver/mli_solver_superlu.h index 5e4df9e6c..db90de84d 100644 --- a/FEI_mv/femli/solver/mli_solver_superlu.h +++ b/FEI_mv/femli/solver/mli_solver_superlu.h @@ -13,7 +13,7 @@ #include #include "dsp_defs.h" -#include "slu_util.h" +#include "superlu_util.h" #include "matrix/mli_matrix.h" #include "vector/mli_vector.h" #include "solver/mli_solver.h"