mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
Removed cubic, Use cube from CosmoTool
This commit is contained in:
parent
5783109225
commit
4c5159823a
2 changed files with 3 additions and 5 deletions
|
@ -41,7 +41,7 @@ public:
|
|||
return 0;
|
||||
|
||||
ifstream fp(darkname.c_str());
|
||||
SimuData *simu;
|
||||
SimuData *simu = new SimuData;
|
||||
|
||||
fp >> simu->BoxSize >> simu->Omega_M >> simu->Hubble >> simu->time >> simu->NumPart;
|
||||
simu->time = 1./(1.+simu->time); // convert to scale factor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue