diff options
author | Travis Oliphant <oliphant@enthought.com> | 2008-04-03 15:38:18 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2008-04-03 15:38:18 +0000 |
commit | 4f8d0c88ffb66e7ea064a4b1ef77112fbbedae0f (patch) | |
tree | 55b3fdb71fc76f00b333394f36bb099721345ba0 /numpy/core/src/scalarmathmodule.c.src | |
parent | 1b8a670793e06d3450bacc499fad5f074a95c8e7 (diff) | |
download | numpy-4f8d0c88ffb66e7ea064a4b1ef77112fbbedae0f.tar.gz |
Fix typo reported in #637.
Diffstat (limited to 'numpy/core/src/scalarmathmodule.c.src')
-rw-r--r-- | numpy/core/src/scalarmathmodule.c.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/scalarmathmodule.c.src b/numpy/core/src/scalarmathmodule.c.src index 8cb77e0b4..b6089d0cb 100644 --- a/numpy/core/src/scalarmathmodule.c.src +++ b/numpy/core/src/scalarmathmodule.c.src @@ -379,7 +379,7 @@ static void /**begin repeat #name=byte, ubyte, short, ushort, int, uint, long, ulong, longlong, ulonglong, float, double, longdouble# - #uns=(1,0)*5,0*3# + #uns=(0,1)*5,0*3# **/ static void @name@_ctype_negative(@name@ a, @name@ *out) |