Changeset 79290f for pcp/src/gramsch.c
- Timestamp:
- Jun 7, 2008, 1:13:29 PM (17 years ago)
- Children:
- 02bc3c
- Parents:
- a97897
- File:
-
- 1 edited
-
pcp/src/gramsch.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pcp/src/gramsch.c
ra97897 r79290f 14 14 */ 15 15 16 #ifdef HAVE_CONFIG_H 17 #include <config.h> 18 #endif 19 16 20 #include <stdlib.h> 17 21 #include <stdio.h> … … 20 24 21 25 // use double precision fft when we have it 22 #ifdef HAVE_CONFIG_H23 #include <config.h>24 #endif25 26 26 #ifdef HAVE_DFFTW_H 27 27 #include "dfftw.h" … … 723 723 * \param Type2test basically current minimisation type, see RunStruct#CurrentMin 724 724 */ 725 void TestGramSch(struct Problem *P, struct LatticeLevel *Lev, struct Psis *Psi, intType2test) {725 void TestGramSch(struct Problem *P, struct LatticeLevel *Lev, struct Psis *Psi, enum PsiTypeTag Type2test) { 726 726 double LocalSP=0.0,PsiSP; 727 727 int i,j,k,s,RecvSource; … … 872 872 } while ((NotOk != 0) && (iter < max_GramSch_iter)); 873 873 if (P->Call.out[StepLeaderOut]) { // final check if there have been any un-orthogonal pairs 874 if (Type2test != -1) {874 if (Type2test <= Extra) { 875 875 if (NotOk == 0) { 876 876 fprintf(stderr,"(%i)TestGramSchm on %s: Ok !\n",P->Par.my_color_comm_ST, P->R.MinimisationName[Type2test]);
Note:
See TracChangeset
for help on using the changeset viewer.
