To | ng-spice-devel@ieee.ing.uniroma1.it |
From | Paolo Nenzi <pnenzi@ieee.ing.uniroma1.it> |
Date | Tue, 18 Jan 2000 21:13:14 +0100 (CET) |
cc | ng-spice@ieee.ing.uniroma1.it |
Delivered-To | mailing list ng-spice-devel@ieee.ing.uniroma1.it |
In-Reply-To | <Pine.LNX.3.96.1000118203931.13373A-100000@ieee.ing.uniroma1.it > |
Mailing-List | contact ng-spice-devel-help@ieee.ing.uniroma1.it; run by ezmlm |
Reply-To | ng-spice-devel@ieee.ing.uniroma1.it |
Hi all, The rework 5 tarball ghas another bug I have discovered only this evening while simulating circuits with the new introduced level 49 model. In the INPFindLevel function (inpfindlev.c) there is a static limit on the maximum level for devices. I set it up to nine (nearly 6 moths ago), so is not possible to use the level 49 and level 50 mos. To fix it you need only to change the 9 to 99 and will work, .. until I discover another bug! Paolo