Mult.tst does not match Mult.cmp

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Mult.tst does not match Mult.cmp

Andrew Gacek
On the website (and in the zip file), Mult.cmp contains:

|  RAM[0]  |  RAM[1]  |  RAM[2]  |
|       0  |       0  |       0  |
|       1  |       0  |       0  |
|       0  |       2  |       0  |
|       3  |       1  |       3  |
|       2  |       4  |       8  |
|       6  |       7  |      42  |

But in Mult.tst contains only:

output-list RAM[2]%D2.6.2;

I had to change this to:

output-list RAM[0]%D2.6.2 RAM[1]%D2.6.2 RAM[2]%D2.6.2;
Kai
Reply | Threaded
Open this post in threaded view
|

Re: Mult.tst does not match Mult.cmp

Kai
I had the same problem. Have no idea why this happens.
Reply | Threaded
Open this post in threaded view
|

Re: Mult.tst does not match Mult.cmp

cadet1620
Administrator
The files on the web site don't match. We'll get them fixed soon. For now you can use these two files:
    Mult.tst
    Mult.cmp

--Mark