Browse Source

Fixed a typo error.

pre-master-46
pnenzi 23 years ago
parent
commit
92ba461127
  1. 2
      src/spicelib/devices/hisim/hsm1cvtest.c

2
src/spicelib/devices/hisim/hsm1cvtest.c

@ -77,7 +77,7 @@ HSM1convTest(GENmodel *inModel, register CKTcircuit *ckt)
/* gtri - begin - wbk - report conv prob */
if(ckt->enh->conv_debug.report_conv_probs) {
ENHreport_conv_prob(ENH_ANALOG_INSTANCE,
(char *) here->HSM11name,
(char *) here->HSM1name,
"");
}
/* gtri - end - wbk - report conv prob */

Loading…
Cancel
Save