fix bug(again)

This commit is contained in:
rstiskalek 2022-11-25 12:42:49 +00:00
parent 8d68f35cf9
commit 4e87a96b97

View file

@ -45,7 +45,7 @@ cols_collect = [("npart", I64), ("totpartmass", F64), ("Rs", F64),
("vx", F64), ("vy", F64), ("vz", F64),
("rho0", F64), ("conc", F64), ("rmin", F64),
("rmax", F64), ("r200", F64), ("r500", F64),
("m200", F64), ("m500", F64)]
("m200", F64), ("m500", F64), ("lambda200c", F64)]
paths = csiborgtools.read.CSiBORGPaths()
for i, n_sim in enumerate(paths.ic_ids):