diff --git a/src/spicelib/parser/inpdomod.c b/src/spicelib/parser/inpdomod.c index 6c121f1c8..1fdfd59ba 100644 --- a/src/spicelib/parser/inpdomod.c +++ b/src/spicelib/parser/inpdomod.c @@ -371,7 +371,7 @@ char *INPdomodel(CKTcircuit *ckt, struct card *image, INPtables * tab) if (type < 0) { err = INPmkTemp - ("Placeholder: Device type B3SOIFD not available in this binary\n"); + ("Device type B3SOIFD not available in this binary\n"); } break; case 56: @@ -379,7 +379,7 @@ char *INPdomodel(CKTcircuit *ckt, struct card *image, INPtables * tab) if (type < 0) { err = INPmkTemp - ("Placeholder: Device type B3SOIDD not available in this binary\n"); + ("Device type B3SOIDD not available in this binary\n"); } break; case 57: @@ -387,7 +387,7 @@ char *INPdomodel(CKTcircuit *ckt, struct card *image, INPtables * tab) if (type < 0) { err = INPmkTemp - ("Placeholder: Device type B3SOIPD not available in this binary\n"); + ("Device type B3SOIPD not available in this binary\n"); } break; case 10: case 58: @@ -411,7 +411,7 @@ char *INPdomodel(CKTcircuit *ckt, struct card *image, INPtables * tab) if (type < 0) { err = INPmkTemp - ("Placeholder: Device type HiSIM2 not available in this binary\n"); + ("Device type HiSIM2 not available in this binary\n"); } break; case 73: