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:
Philip Eisenlohr 2015-04-18 15:23:37 +00:00
parent 22f9a90bcb
commit a46b9287eb
1 changed files with 3 additions and 1 deletions

View File

@ -115,11 +115,13 @@ module mesh
logical, private :: noPart !< for cases where the ABAQUS input file does not use part/assembly information
#endif
#ifdef Spectral
#ifdef PETSc
#include <petsc-finclude/petscsys.h>
include 'fftw3-mpi.f03'
#else
include 'fftw3.f03'
include 'fftw3.f03' ! should this be '../lib/fftw3.f03' ?!?
#endif
#endif
! These definitions should actually reside in the FE-solver specific part (different for MARC/ABAQUS)