[Kst] kdeextragear-2/kst/plugins

Laurent Montel montel at kde.org
Sat Dec 13 18:55:25 CET 2003


CVS commit by mlaurent: 

Fix compile


  M +6 -6      phase/phase.c   1.2
  M +3 -3      statistics/statistics.c   1.2


--- kdeextragear-2/kst/plugins/phase/phase.c  #1.1:1.2
@@ -106,7 +106,7 @@ int phase( const double *const inArrays[
                 outArrayLens[1] = iLength;
                 
-                //
-                // determine the phase...
-                //
+                /*
+                 determine the phase...
+                */
                 for( i=0; i<iLength; i++ )
                 {
@@ -114,7 +114,7 @@ int phase( const double *const inArrays[
                 }
                 
-                //
-                // sort by phase...
-                //
+                /*
+                  sort by phase...
+                */
                 memcpy( outArrays[1], inArrays[1], iLength * sizeof( double ) );
                 quicksort( outArrays, 0, iLength-1 );

--- kdeextragear-2/kst/plugins/statistics/statistics.c  #1.1:1.2
@@ -109,7 +109,7 @@ int statistics( const double *const inAr
             }            
             
-            //
-            // sort by phase...
-            //
+            /*
+             sort by phase...
+            */
             pCopy = calloc( iLength, sizeof( double ) );
             if( pCopy != NULL )





More information about the Kst mailing list