pelahi / VELOCIraptor-STF

Galaxy/(sub)Halo finder for N-body simulations
MIT License
19 stars 26 forks source link

further updated buffer sizes in ramsesio.cxx and adjusted reading from the info file #105

Open EthTay opened 3 years ago

EthTay commented 3 years ago

adjusted read buffer sizes on lines 367 and 383, similar to what #103 had done,

along with this another getline(Finfo,stringbuf); was added at line 281 as without this it was making OmegaM and OmegaB read incorrect values from the info file later on, this extra line rectifies this problem