Removed spurious prints. Do better CosmoTool exception translation
This commit is contained in:
parent
22aa572370
commit
1fe8f58105
5 changed files with 63 additions and 7 deletions
|
@ -60,7 +60,7 @@ int main(int argc, char **argv)
|
|||
return 1;
|
||||
|
||||
SimuData *p = loadGadgetMulti(fname, 0, 0);
|
||||
double L0 = p->BoxSize/1000;
|
||||
double L0 = p->BoxSize;
|
||||
CICFilter filter(res, L0);
|
||||
|
||||
delete p;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue