summaryrefslogtreecommitdiffstats
path: root/python/astra
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2017-01-26 14:57:42 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2017-02-08 11:32:33 +0100
commit1d851f0a8fa093e044c7264569cc6f88df39a16e (patch)
tree3400c666ffd60cbdec68777e2c5aa71f7064d11c /python/astra
parente8f6dd643fc04588cb8a8eaa8453c0eb6d40e236 (diff)
downloadastra-1d851f0a8fa093e044c7264569cc6f88df39a16e.tar.gz
astra-1d851f0a8fa093e044c7264569cc6f88df39a16e.tar.bz2
astra-1d851f0a8fa093e044c7264569cc6f88df39a16e.tar.xz
astra-1d851f0a8fa093e044c7264569cc6f88df39a16e.zip
Remove unused 3d global min/max
Diffstat (limited to 'python/astra')
-rw-r--r--python/astra/data3d_c.pyx1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/astra/data3d_c.pyx b/python/astra/data3d_c.pyx
index 915c60d..1b9293a 100644
--- a/python/astra/data3d_c.pyx
+++ b/python/astra/data3d_c.pyx
@@ -132,7 +132,6 @@ def create(datatype,geometry,data=None, link=False):
if not link: fillDataObject(pDataObject3D, data)
- pDataObject3D.updateStatistics()
return man3d.store(<CFloat32Data3D*>pDataObject3D)