name change barycenter -> macrocenter

This commit is contained in:
P.M. Sutter 2014-06-02 10:17:10 -04:00
parent d306b44f44
commit 27344eb1f7
7 changed files with 89 additions and 89 deletions

View file

@ -61,7 +61,7 @@ def buildProfile(catalog, rMin, rMax):
print " Stacking voids..."
allProfiles = []
for void in voidsToStack:
center = void.barycenter
center = void.macrocenter
localPart = catalog.partPos[ getBall(partTree, center, rMaxProfile) ]
shiftedPart = shiftPart(localPart, center, periodicLine, catalog.ranges)