now outputs mass into particle and halo files

This commit is contained in:
P.M. Sutter 2013-04-25 09:35:32 -05:00
parent 7c6463ff8d
commit c81fd8913b
2 changed files with 16 additions and 12 deletions

View file

@ -98,7 +98,7 @@ public:
SingleParticle p;
fp >> p.ID >> p.Pos[0] >> p.Pos[1]
>> p.Pos[2] >> p.Vel[2] >> tempData >> tempData;
>> p.Pos[2] >> p.Vel[2] >> tempData >> tempData >> tempData;
if (p.ID == -99 &&
p.Pos[0] == -99 && p.Pos[1] == -99 &&