(fix) CALC_OP during transient analysis in OSDI interface
This commit is contained in:
parent
d4ee9af2e6
commit
0caf1aa815
|
|
@ -137,9 +137,7 @@ extern int OSDIload(GENmodel *inModel, CKTcircuit *ckt) {
|
|||
.flags = CALC_RESIST_JACOBIAN,
|
||||
};
|
||||
|
||||
if (is_init_smsig || is_sweep) {
|
||||
sim_info.flags |= CALC_OP;
|
||||
}
|
||||
sim_info.flags |= CALC_OP;
|
||||
|
||||
if (is_dc) {
|
||||
sim_info.flags |= ANALYSIS_DC | ANALYSIS_STATIC;
|
||||
|
|
|
|||
Loading…
Reference in New Issue