Matrix reader, fix comment to reflect reality.
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 10 May 2017 05:54:02 +0000 (07:54 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 10 May 2017 05:54:02 +0000 (07:54 +0200)
src/language/data-io/matrix-reader.c

index 03df31c97d210b310f81a994b2bd134125b15065..fa7dcf481927605e44881a45b1c10d54ed34ab0c 100644 (file)
@@ -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}