Changeset 79290f for pcp/src/gramsch.h


Ignore:
Timestamp:
Jun 7, 2008, 1:13:29 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
02bc3c
Parents:
a97897
Message:

config.h is included in each and every file. After trying to compile on JUMP (with xlc).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pcp/src/gramsch.h

    ra97897 r79290f  
    1515*/
    1616
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
     20
    1721MPI_Datatype MPI_OnePsiElement;   //!< OnePsiElement defined for the MPI structure to exchange between processes
    1822
     
    3034void ResetGramSch(const struct Problem *P, struct Psis *Psi);
    3135void ResetGramSchTagType(const struct Problem *P, struct Psis *Psi, enum PsiTypeTag type, enum PsiGramSchStatusType ToDo);
    32 void TestGramSch(struct Problem *P, struct LatticeLevel *Lev, struct Psis *Psi, int Type2test);
     36void TestGramSch(struct Problem *P, struct LatticeLevel *Lev, struct Psis *Psi, enum PsiTypeTag Type2test);
    3337void TestForOrth(struct Problem *P, struct LatticeLevel *Lev, fftw_complex *psi);
    3438
Note: See TracChangeset for help on using the changeset viewer.