Mercurial > hg > octave-lojdl
diff src/pr-output.cc @ 5360:33adb987c033
[project @ 2005-05-23 16:19:56 by jwe]
author | jwe |
---|---|
date | Mon, 23 May 2005 16:19:56 +0000 |
parents | 165e53a9488d |
children | 7099eb9841b4 |
line wrap: on
line diff
--- a/src/pr-output.cc +++ b/src/pr-output.cc @@ -70,9 +70,9 @@ // routines. static int Voutput_precision; -// TRUE means that the dimensions of empty matrices should be printed +// TRUE means that the dimensions of empty objects should be printed // like this: x = [](2x0). -static bool Vprint_empty_dimensions; +bool Vprint_empty_dimensions; // TRUE means that the rows of big matrices should be split into // smaller slices that fit on the screen.