1
0
Fork 0
mirror of https://github.com/cosmo-sims/MUSIC.git synced 2024-09-19 17:03:46 +02:00

fixed a bug in the ramses tool get_music_refmask that not all particles are read in some cases

This commit is contained in:
Oliver Hahn 2013-07-31 10:48:39 +02:00
parent 9e179fa1c5
commit e0ef7980e7

View file

@ -103,15 +103,6 @@ program get_music_refmask
endif
close(10)
if(rad>0) then
xmin=xc-rad
xmax=xc+rad
ymin=yc-rad
ymax=yc+rad
zmin=zc-rad
zmax=zc+rad
endif
if(TRIM(ordering).eq.'hilbert')then
dmax=max(xmax-xmin,ymax-ymin,zmax-zmin)