mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 15:51:12 +00:00
Cleanup some development cruft and re-enable openmp clause in jozov2
This commit is contained in:
parent
5c40a6c226
commit
85546379cf
3 changed files with 9 additions and 21 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue