Files
netgen/base
Tim Edwards eb27a18ae3 Corrected two different errors:
(1) When a comment line follows a ".subckt" line, and the comment
    line is empty or all whitespace, then the following line would
    be ignored.  This condition appears to be very specific and
    was solved simply by detecting it and handling it.
(2) Occasionally the "M" parameter of a subcircuit will be recorded
    as type double, and this was not being anticipated by the code
    that checks if "M=1" matches a corresponding entry with no "M"
    parameter.  Simple fix to check the condition where the "M"
    parameter is type double.
2024-01-03 21:21:03 -05:00
..
2023-02-28 09:02:41 -05:00
2024-01-03 21:21:03 -05:00
2024-01-03 21:21:03 -05:00
2021-11-17 11:53:04 -05:00
2023-02-28 09:02:41 -05:00