fix a bug that occurs when xspice is not selected
missing function parameter has been introduced in previous commit
This commit is contained in:
parent
602baf68e6
commit
445c6f2d32
|
|
@ -684,7 +684,7 @@ struct card *inp_readall(FILE *fp, const char *dir_name,
|
||||||
#ifdef XSPICE
|
#ifdef XSPICE
|
||||||
inp_poly_2g6_compat(working);
|
inp_poly_2g6_compat(working);
|
||||||
#else
|
#else
|
||||||
inp_poly_err();
|
inp_poly_err(working);
|
||||||
#endif
|
#endif
|
||||||
/* a preliminary fix: if ps is enabled, .dc TEMP -15 75 5 will
|
/* a preliminary fix: if ps is enabled, .dc TEMP -15 75 5 will
|
||||||
have been modified to .dc (TEMPER) -15 75 5. So we repair it here. */
|
have been modified to .dc (TEMPER) -15 75 5. So we repair it here. */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue