Jspice3
where.c File Reference
#include "spice.h"
#include "ftedefs.h"
#include "ftehelp.h"
#include "hlpdefs.h"
#include "spfteext.h"
Include dependency graph for where.c:

Go to the source code of this file.

Functions

void com_where ()
 

Function Documentation

void com_where ( )

Definition at line 16 of file where.c.

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
char *(* nonconvErr)())
Definition: ifsim.h:457