changed util.h to superlu_util.h per AL3D conflict with util.h

This commit is contained in:
treadway 2003-04-08 21:44:20 +00:00
parent bdc2810074
commit d8da13778d
6 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@
#if HAVE_SUPERLU
#include "dsp_defs.h"
#include "slu_util.h"
#include "superlu_util.h"
#endif
/*-------------------------------------------------------------------------

View File

@ -66,7 +66,7 @@
#ifdef HAVE_SUPERLU
#include "dsp_defs.h"
#include "slu_util.h"
#include "superlu_util.h"
#endif
//---------------------------------------------------------------------------

View File

@ -69,7 +69,7 @@ extern "C" {
#endif
#ifdef HAVE_SUPERLU
#include "dsp_defs.h"
#include "slu_util.h"
#include "superlu_util.h"
#endif
//******************************************************************************

View File

@ -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);

View File

@ -13,7 +13,7 @@
#include <stdio.h>
#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"

View File

@ -13,7 +13,7 @@
#include <stdio.h>
#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"