Changeset 79290f for pcp/src/gramsch.h
- Timestamp:
- Jun 7, 2008, 1:13:29 PM (17 years ago)
- Children:
- 02bc3c
- Parents:
- a97897
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pcp/src/gramsch.h
ra97897 r79290f 15 15 */ 16 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 20 17 21 MPI_Datatype MPI_OnePsiElement; //!< OnePsiElement defined for the MPI structure to exchange between processes 18 22 … … 30 34 void ResetGramSch(const struct Problem *P, struct Psis *Psi); 31 35 void 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, intType2test);36 void TestGramSch(struct Problem *P, struct LatticeLevel *Lev, struct Psis *Psi, enum PsiTypeTag Type2test); 33 37 void TestForOrth(struct Problem *P, struct LatticeLevel *Lev, fftw_complex *psi); 34 38
Note:
See TracChangeset
for help on using the changeset viewer.