Browse Source

minor, prepare for automatic indentation

pre-master-46
rlar 13 years ago
parent
commit
852bb7a89f
  1. 7
      src/spicelib/parser/inpdomod.c

7
src/spicelib/parser/inpdomod.c

@ -87,10 +87,11 @@ char *INPdomodel(CKTcircuit *ckt, card * image, INPtables * tab)
break;
#endif
default: /* placeholder; use level 4 for the next model */
err = INPmkTemp(
#ifdef ADMS
err = INPmkTemp(
"Only BJT levels 1-2, 4,6-9 are supported in this binary\n");
#else
err = INPmkTemp(
"Only BJT levels 1-2, 4, 9 are supported in this binary\n");
#endif
break;
@ -411,11 +412,11 @@ char *INPdomodel(CKTcircuit *ckt, card * image, INPtables * tab)
}
break;
default: /* placeholder; use level xxx for the next model */
err =
INPmkTemp
#ifdef ADMS
err = INPmkTemp
("Only MOS device levels 1-6,8-10,14,44,45,49,54-58,60-62 are supported in this binary\n");
#else
err = INPmkTemp
("Only MOS device levels 1-6,8-10,14,49,54-58,60-62 are supported in this binary\n");
#endif
break;

Loading…
Cancel
Save