On Wed, 28 Aug 2019, Riccardo (Jack) Lucchetti wrote:
On Tue, 27 Aug 2019, Allin Cottrell wrote:
> That's now fixed in git and snapshots. Test script follows (please ignore
> the highly questionable system specification!):
[...]
This is very nice, thanks Allin, but I must admit I'm getting a bit lost here:
to go back to the original point, I would have expected the following to work
(but it doesn't). What am I missing?
<hansl>
set verbose off
open denmark.gdt --quiet
list X = LRM LRY IBO IDE
var 4 X --silent
matrix U = $uhat
list L = U
</hansl>
Yes, the above obviously ought to work. The bug that stopped it from
working is now fixed in git.
Allin