mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 05:47:42 +02:00
Improve error message on unimplemented dot command
This commit is contained in:
@@ -877,7 +877,9 @@ INP2dot(CKTcircuit *ckt, INPtables *tab, struct card *current, TSKtask *task, CK
|
|||||||
rtn = 0;
|
rtn = 0;
|
||||||
goto quit;
|
goto quit;
|
||||||
}
|
}
|
||||||
LITERR(" unimplemented control card - error \n");
|
char *token2 = tprintf(" unimplemented dot command '%s'\n", token);
|
||||||
|
LITERR(token2);
|
||||||
|
tfree(token2);
|
||||||
quit:
|
quit:
|
||||||
tfree(token);
|
tfree(token);
|
||||||
return rtn;
|
return rtn;
|
||||||
|
|||||||
Reference in New Issue
Block a user