Re: Blinkenlights Torus MNG Test Page
"Glenn Randers-Pehrson <glennrp>" <[email protected]> Tue, 06 Apr 2004 10:59:30 -0400
| Newsgroups | gmane.comp.graphics.mng.general |
|---|---|
| Message-ID | <[email protected]> |
I wrote:
> There are more ENDLs than LOOPs:
>
> $ identify -debug coder -log %e torus.mng | grep LOOP | wc
> 1722 12054 72324
> $ identify -debug coder -log %e torus.mng | grep ENDL | wc
> 4599 32193 188559
False alarm, sorry.
The LOOPs and ENDLs aren't out of balance after all. There seems
to be a bug in the way "identify" is handling loops.
$ strings torus.mng | grep LOOP | wc
1722 1722 8610
$ strings torus.mng | grep ENDL | wc
1722 1722 8610
Glenn
--
Send the message body "help" to [email protected]