update to new flags in a few missing places; reformatting

This commit is contained in:
Martin Reinecke 2012-11-06 19:10:34 +01:00
parent dbe11e8484
commit d377d60d4f
8 changed files with 64 additions and 50 deletions

View file

@ -189,7 +189,7 @@ int main(int argc, char **argv)
double ltime;
unsigned long long lopcnt;
sharp_execute_mpi(MPI_COMM_WORLD,jtype,spin,0,&alm[0],&map[0],
tinfo,alms,ntrans,1,0,&ltime,&lopcnt);
tinfo,alms,ntrans,SHARP_DP,0,&ltime,&lopcnt);
ltime=maxTime(ltime);
if (ltime<time) { time=ltime; opcnt=totalops(lopcnt); }