mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
Merge branch 'release/2.x' into guilhem/test_large_mask
This commit is contained in:
commit
41a5435c55
7 changed files with 42 additions and 12 deletions
|
@ -455,7 +455,7 @@ void saveBox(SimuData *&boxed, const std::string& outbox, generateMock_info& arg
|
|||
|
||||
v.putVar({0}, {size_t(boxed->NumPart)}, particle_id);
|
||||
v2.putVar({0}, {size_t(boxed->NumPart)}, expansion_fac);
|
||||
v3.putVar({0}, {size_t(boxed->NumPart)}, snapshot_split);
|
||||
v3.putVar({0}, {size_t(num_snapshots)}, snapshot_split);
|
||||
if (uniqueID != 0)
|
||||
{
|
||||
NcVar v4 = f.addVar("unique_ids_lsb", ncInt, NumPart_dim);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue