#include "spice.h"
#include "misc.h"
#include "devdefs.h"
#include "util.h"
#include "cktext.h"
Go to the source code of this file.
char* CKTtrouble |
( |
GENERIC * |
inCkt, |
|
|
char * |
optmsg |
|
) |
| |
Definition at line 17 of file ckttroub.c.
31 sprintf(msg_buf,
"%s%sTime: %g, Timestep %g: trouble with %s\n",
32 optmsg, optmsg && *optmsg ?
"; " :
"",
36 sprintf(msg_buf,
"Time: %g, Timestep %g: trouble with %s:%s:%s\n",
37 optmsg, optmsg && *optmsg ?
"; " :
"",
45 "Time: %g, Timestep %g: Non convergence problem detected.\n",
48 emsg =
MALLOC(strlen(msg_buf)+1);
GENinstance * CKTtroubleElt
struct sGENmodel * GENmodPtr