pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] Changes to pspp/src/cat.c


From: Jason H Stover
Subject: [Pspp-cvs] Changes to pspp/src/cat.c
Date: Wed, 12 Oct 2005 17:09:04 -0400

Index: pspp/src/cat.c
diff -u pspp/src/cat.c:1.1 pspp/src/cat.c:1.2
--- pspp/src/cat.c:1.1  Tue Oct 11 21:26:07 2005
+++ pspp/src/cat.c      Wed Oct 12 21:09:04 2005
@@ -53,6 +53,9 @@
 #define CR_VALUE_NOT_FOUND -2
 #define CR_INDEX_NOT_FOUND -3
 
+static gsl_vector_const_view cr_value_to_vector (const union value *,
+                                                struct recoded_categorical *);
+
 struct recoded_categorical *
 cr_recoded_categorical_create (const struct variable *v)
 {
@@ -218,7 +221,7 @@
   Return the row of the matrix corresponding
   to the value v.
  */
-gsl_vector_const_view
+static gsl_vector_const_view
 cr_value_to_vector (const union value * v, struct recoded_categorical * cr)
 {
   size_t row;




reply via email to

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