From: John Darrington Date: Wed, 10 May 2017 05:54:02 +0000 (+0200) Subject: Matrix reader, fix comment to reflect reality. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9ea9305a20963994fd26debd866720c019ba0d5;p=pspp Matrix reader, fix comment to reflect reality. --- diff --git a/src/language/data-io/matrix-reader.c b/src/language/data-io/matrix-reader.c index 03df31c97d..fa7dcf4819 100644 --- a/src/language/data-io/matrix-reader.c +++ b/src/language/data-io/matrix-reader.c @@ -42,8 +42,9 @@ v_0, v_1 ... v_n are the continuous variables. m >= 0; n >= 0 -The variables ROWTYPE_ and VARNAME_ are of type A8, -the variables s_x are of type F4.0 (although this reader accepts any type), +The ROWTYPE_ variable is of type A8. +The VARNAME_ variable is a string type whose width is not predetermined. +The variables s_x are of type F4.0 (although this reader accepts any type), and v_x are of any numeric type. The values of the ROWTYPE_ variable are in the set {MEAN, STDDEV, N, CORR, COV}