restored conditional (#ifdef Spectral) inclusion of “fftw3”. Not clear how this could pass the Marc compile test..?!? (failed in my “real-world” use)
This commit is contained in:
parent
22f9a90bcb
commit
a46b9287eb
|
@ -115,11 +115,13 @@ module mesh
|
||||||
logical, private :: noPart !< for cases where the ABAQUS input file does not use part/assembly information
|
logical, private :: noPart !< for cases where the ABAQUS input file does not use part/assembly information
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef Spectral
|
||||||
#ifdef PETSc
|
#ifdef PETSc
|
||||||
#include <petsc-finclude/petscsys.h>
|
#include <petsc-finclude/petscsys.h>
|
||||||
include 'fftw3-mpi.f03'
|
include 'fftw3-mpi.f03'
|
||||||
#else
|
#else
|
||||||
include 'fftw3.f03'
|
include 'fftw3.f03' ! should this be '../lib/fftw3.f03' ?!?
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
! These definitions should actually reside in the FE-solver specific part (different for MARC/ABAQUS)
|
! These definitions should actually reside in the FE-solver specific part (different for MARC/ABAQUS)
|
||||||
|
|
Loading…
Reference in New Issue