Jspice3
where.c
Go to the documentation of this file.
1 /***************************************************************************
2 JSPICE3 adaptation of Spice3e2 - Copyright (c) Stephen R. Whiteley 1992
3 Copyright 1990 Regents of the University of California. All rights reserved.
4 Authors: 1985 Wayne A. Christopher
5  1992 Stephen R. Whiteley
6 ****************************************************************************/
7 
8 #include "spice.h"
9 #include "ftedefs.h"
10 #include "ftehelp.h"
11 #include "hlpdefs.h"
12 #include "spfteext.h"
13 
14 
15 void
17 {
18  char *msg;
19 
20  msg = (*ft_sim->nonconvErr)(ft_curckt->ci_ckt, 0);
21  out_printf("Last nonconvergence at %s", msg);
22 }
IFsimulator * ft_sim
Definition: main.c:111
void out_printf()
char * ci_ckt
Definition: ftedefs.h:27
struct circ * ft_curckt
Definition: main.c:184
void com_where()
Definition: where.c:16
char *(* nonconvErr)())
Definition: ifsim.h:457