Added paraview python toolkit

This commit is contained in:
Guilhem Lavaux 2016-06-08 15:11:06 +02:00
parent 984aa5e209
commit aa3638cc3b
2 changed files with 107 additions and 1 deletions

View file

@ -395,7 +395,7 @@ SimuData *CosmoTool::loadGadgetMulti(const char *fname, int id,
} else {
for(int n = 0; n < h.npart[k]; n++)
{
if ((n%1000000)==0) cout << n << endl;
// if ((n%1000000)==0) cout << n << endl;
data->Mass[l++] = h.mass[k];
}
}