[h5py] 99/455: Typo in h5z

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:19:22 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to annotated tag 1.3.0
in repository h5py.

commit 3ef6c284be4f3bb7fa41e66fa4348b9cb1be10eb
Author: andrewcollette <andrew.collette at gmail.com>
Date:   Tue Aug 12 05:35:05 2008 +0000

    Typo in h5z
---
 h5py/h5z.pyx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/h5py/h5z.pyx b/h5py/h5z.pyx
index ff0fd17..2a437ef 100644
--- a/h5py/h5z.pyx
+++ b/h5py/h5z.pyx
@@ -84,7 +84,7 @@ def get_filter_info(int filter_code):
          FILTER_CONFIG_DECODE_ENABLED
     """
     cdef unsigned int flags
-    H5Zget_filter_info(<H5Z_filter_t>filter_id, &flags)
+    H5Zget_filter_info(<H5Z_filter_t>filter_code, &flags)
     return flags
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/h5py.git



More information about the debian-science-commits mailing list