Menu

#1 Wrong matrix init to Complex in real function

1.0
open
None
2023-06-08
2023-06-08
No

In the file spSMP.c line 203 we have

    spSetComplex( (char *)Matrix );

But SMPreorder() is the function for real operation on the contrary to SMPcReorder().
Correct ngspice operation w/o segmentation fault in Solve we got with

    spSetReal( (char *)Matrix );

instead.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.