This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
netgen
mirror of
https://github.com/RTimothyEdwards/netgen.git
Watch
1
Star
0
Fork
You've already forked netgen
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eb27a18ae3
netgen
/
VERSION
2 lines
8 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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-04 03:21:03 +01:00
1.5.265