summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgor Zindy <ezindy@gmail.com>2013-06-08 22:52:53 +0100
committerEgor Zindy <ezindy@gmail.com>2013-06-08 22:52:53 +0100
commit938f586d6f61654dec8e9e3f14084e98d86f60e9 (patch)
tree45931775a4f540a3cb601d7d2e10fa09cd391c9b
parent7720373b1984efabe5fbd7c3988b1994d5061712 (diff)
downloadnumpy-938f586d6f61654dec8e9e3f14084e98d86f60e9.tar.gz
cosmetic changes to numpy.i
-rw-r--r--doc/swig/numpy.i9
1 files changed, 1 insertions, 8 deletions
diff --git a/doc/swig/numpy.i b/doc/swig/numpy.i
index 433acc4e9..f2714cc34 100644
--- a/doc/swig/numpy.i
+++ b/doc/swig/numpy.i
@@ -947,7 +947,6 @@
{ Py_DECREF(array$argnum); }
}
-/****************************************************************************************************************************************************************/
/* Typemap suite for (DATA_TYPE** IN_ARRAY3, DIM_TYPE DIM1, DIM_TYPE DIM2,
* DIM_TYPE DIM3)
*/
@@ -1029,7 +1028,6 @@
free(object_array$argnum);
}
}
-/****************************************************************************************************************************************************************/
/* Typemap suite for (DIM_TYPE DIM1, DIM_TYPE DIM2, DIM_TYPE DIM3,
* DATA_TYPE* IN_ARRAY3)
@@ -1183,7 +1181,7 @@
if (is_new_object$argnum && array$argnum)
{ Py_DECREF(array$argnum); }
}
-/****************************************************************************************************************************************************************/
+
/* Typemap suite for (DATA_TYPE** IN_ARRAY4, DIM_TYPE DIM1, DIM_TYPE DIM2,
* DIM_TYPE DIM3, DIM_TYPE DIM4)
*/
@@ -1267,7 +1265,6 @@
free(object_array$argnum);
}
}
-/****************************************************************************************************************************************************************/
/* Typemap suite for (DIM_TYPE DIM1, DIM_TYPE DIM2, DIM_TYPE DIM3, DIM_TYPE DIM4,
* DATA_TYPE* IN_ARRAY4)
@@ -1588,7 +1585,6 @@
$4 = (DIM_TYPE) array_size(array,2);
}
-/****************************************************************************************************************************************************************/
/* Typemap suite for (DATA_TYPE** INPLACE_ARRAY3, DIM_TYPE DIM1, DIM_TYPE DIM2,
* DIM_TYPE DIM3)
*/
@@ -1654,7 +1650,6 @@
if (array$argnum!=NULL) free(array$argnum);
if (object_array$argnum!=NULL) free(object_array$argnum);
}
-/****************************************************************************************************************************************************************/
/* Typemap suite for (DIM_TYPE DIM1, DIM_TYPE DIM2, DIM_TYPE DIM3,
* DATA_TYPE* INPLACE_ARRAY3)
@@ -1774,7 +1769,6 @@
$5 = (DIM_TYPE) array_size(array,3);
}
-/****************************************************************************************************************************************************************/
/* Typemap suite for (DATA_TYPE** INPLACE_ARRAY4, DIM_TYPE DIM1, DIM_TYPE DIM2,
* DIM_TYPE DIM3, DIM_TYPE DIM4)
*/
@@ -1842,7 +1836,6 @@
if (array$argnum!=NULL) free(array$argnum);
if (object_array$argnum!=NULL) free(object_array$argnum);
}
-/****************************************************************************************************************************************************************/
/* Typemap suite for (DIM_TYPE DIM1, DIM_TYPE DIM2, DIM_TYPE DIM3, DIM_TYPE DIM4,
* DATA_TYPE* INPLACE_ARRAY4)