[Numpy-svn] r5350 - trunk/numpy/core/src

numpy-svn at scipy.org numpy-svn at scipy.org
Fri Jul 4 21:17:10 EDT 2008


Author: rkern
Date: 2008-07-04 20:17:03 -0500 (Fri, 04 Jul 2008)
New Revision: 5350

Modified:
   trunk/numpy/core/src/umathmodule.c.src
Log:
BUG: C-style /**/ comments only.

Modified: trunk/numpy/core/src/umathmodule.c.src
===================================================================
--- trunk/numpy/core/src/umathmodule.c.src	2008-07-03 20:21:20 UTC (rev 5349)
+++ trunk/numpy/core/src/umathmodule.c.src	2008-07-05 01:17:03 UTC (rev 5350)
@@ -1515,7 +1515,7 @@
     n=dimensions[0];
     for(i=0; i<n; i++, i1+=is1, op+=os) {
         *((@typ@ *)op) = *((@typ@ *)i1) < 0 ? -*((@typ@ *)i1) : *((@typ@ *)i1);
-        *((@typ@ *)op) += 0; // clear sign-bit
+        *((@typ@ *)op) += 0; /* clear sign-bit */
     }
 }
 /**end repeat**/




More information about the Numpy-svn mailing list