(fix) CALC_OP during transient analysis in OSDI interface
This commit is contained in:
parent
f9ed3fd080
commit
c318d2b9fa
|
|
@ -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