diff options
author | Nathaniel J. Smith <njs@pobox.com> | 2012-05-19 15:58:43 +0100 |
---|---|---|
committer | Nathaniel J. Smith <njs@pobox.com> | 2012-06-16 10:45:39 +0100 |
commit | 605c2b45caa8838716b736e322f9e1b5d347daba (patch) | |
tree | cd69392bdb188d1a796f48ea1338e099868308a4 | |
parent | b272bc605ce7784be5b3edb13ad7afe22b04e71f (diff) | |
download | numpy-605c2b45caa8838716b736e322f9e1b5d347daba.tar.gz |
Move reduction.{c,h} from multiarray/ to umath/
This is done as a separate commit to make sure git can track the
change. This commit will not build. See next commit for actual changes
and rationale.
-rw-r--r-- | numpy/core/src/umath/reduction.c (renamed from numpy/core/src/multiarray/reduction.c) | 0 | ||||
-rw-r--r-- | numpy/core/src/umath/reduction.h (renamed from numpy/core/src/multiarray/reduction.h) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/numpy/core/src/multiarray/reduction.c b/numpy/core/src/umath/reduction.c index f466c6d0d..f466c6d0d 100644 --- a/numpy/core/src/multiarray/reduction.c +++ b/numpy/core/src/umath/reduction.c diff --git a/numpy/core/src/multiarray/reduction.h b/numpy/core/src/umath/reduction.h index 76ab9e18a..76ab9e18a 100644 --- a/numpy/core/src/multiarray/reduction.h +++ b/numpy/core/src/umath/reduction.h |