Cleanup some development cruft and re-enable openmp clause in jozov2

This commit is contained in:
Guilhem Lavaux 2013-04-02 09:06:56 -05:00
parent 5c40a6c226
commit 85546379cf
3 changed files with 9 additions and 21 deletions

View file

@ -139,10 +139,10 @@ int main(int argc,char **argv)
if (z[i].np == 1)
continue;
txt << format("%d %d %d %e %e %d %d %e %d %f %6.2e %f")
txt << format("%d %d %d %e %e %d %d %e %d %f %6.2e")
% (h+1) % i % z[i].core % p[z[i].core].dens % z[i].vol
% z[i].np % z[i].nhl % z[i].voljoin % z[i].npjoin
% z[i].denscontrast % prob % z[i].leak << endl;
% z[i].denscontrast % prob << endl;
} /* h+1 to start from 1, not zero */
txt.close();