Differences between revisions 2 and 3
Revision 2 as of 2007-06-20 21:26:21
Size: 87
Editor: anonymous
Comment:
Revision 3 as of 2007-06-21 03:55:51
Size: 662
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:

== Goals ==

 * Fix up Leon's code for modern use.

== Known Bugs in Leon ==

 1. Related to reading the input file:
{{{
./wtdist huffman-code4.gap 6 huffman-matrix4 // seems to work, creates huffman-matrix4 file
./desauto -code huffman-code4.gap huffman-matrix4 huffman-autgp4 // does not work

output:
Error: Library block huffman-matrix4 not found in specified library.
Program was executing function read01Matrix (line 234 in file
../../src/leon/src/readdes.c).
}}}
 . Related files:
   * attachment:huffman-code4.gap
   * attachment:huffman-matrix4

[:reu07: Back to the REU wiki]

J.S. Leon's [http://tigger.uic.edu/~jleon/ webpage]

Goals

  • Fix up Leon's code for modern use.

Known Bugs in Leon

  1. Related to reading the input file:

./wtdist huffman-code4.gap 6 huffman-matrix4 // seems to work, creates huffman-matrix4 file
./desauto -code huffman-code4.gap huffman-matrix4 huffman-autgp4 // does not work

output:
Error: Library block huffman-matrix4 not found in specified library.
Program was executing function read01Matrix (line 234 in file
../../src/leon/src/readdes.c).
  • Related files:
    • attachment:huffman-code4.gap
    • attachment:huffman-matrix4

Leon (last edited 2022-04-11 03:53:59 by mkoeppe)