From a9ea9305a20963994fd26debd866720c019ba0d5 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Wed, 10 May 2017 07:54:02 +0200 Subject: [PATCH] Matrix reader, fix comment to reflect reality. --- src/language/data-io/matrix-reader.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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} -- 2.30.2