pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/src/data datasheet.c [simpler-proc]


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/data datasheet.c [simpler-proc]
Date: Sun, 22 Apr 2007 17:04:02 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Branch:         simpler-proc
Changes by:     Ben Pfaff <blp> 07/04/22 17:04:02

Modified files:
        src/data       : datasheet.c 

Log message:
        Improve comments.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/datasheet.c?cvsroot=pspp&only_with_tag=simpler-proc&r1=1.1.2.9&r2=1.1.2.10

Patches:
Index: datasheet.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/Attic/datasheet.c,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -u -b -r1.1.2.9 -r1.1.2.10
--- datasheet.c 18 Apr 2007 23:16:18 -0000      1.1.2.9
+++ datasheet.c 22 Apr 2007 17:04:02 -0000      1.1.2.10
@@ -360,7 +360,9 @@
 }
 
 /* Moves the CNT columns in DS starting at position OLD_START so
-   that they then start at position NEW_START. */
+   that they then start at position NEW_START.  Equivalent to
+   deleting the column rows, then inserting them at what becomes
+   position NEW_START after the deletion.*/
 void
 datasheet_move_columns (struct datasheet *ds,
                         size_t old_start, size_t new_start,
@@ -489,7 +491,9 @@
 }
 
 /* Moves the CNT rows in DS starting at position OLD_START so
-   that they then start at position NEW_START. */
+   that they then start at position NEW_START.  Equivalent to
+   deleting the given rows, then inserting them at what becomes
+   position NEW_START after the deletion. */
 void
 datasheet_move_rows (struct datasheet *ds,
                      size_t old_start, size_t new_start,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]