[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-cvs] Changes to pspp/src/cat.h
From: |
Jason H Stover |
Subject: |
[Pspp-cvs] Changes to pspp/src/cat.h |
Date: |
Wed, 12 Oct 2005 17:09:32 -0400 |
Index: pspp/src/cat.h
diff -u pspp/src/cat.h:1.1 pspp/src/cat.h:1.2
--- pspp/src/cat.h:1.1 Tue Oct 11 21:26:51 2005
+++ pspp/src/cat.h Wed Oct 12 21:09:31 2005
@@ -71,8 +71,8 @@
/*
There are usually multiple categorical variables to recode. Get rid
- of this immediately once the variable structure has been modified to
- contain the binary encoding.
+ of this structure immediately when the variable structure has been
+ modified to contain the binary encoding.
*/
struct recoded_categorical_array
{
@@ -117,9 +117,6 @@
};
const union value *cr_vector_to_value (const gsl_vector *,
struct recoded_categorical *);
-
-gsl_vector_const_view cr_value_to_vector (const union value *,
- struct recoded_categorical *);
void cr_value_update (struct recoded_categorical *, const union value *);