Jspice3
Main Page
Data Structures
Files
File List
Globals
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
16
com_where
( )
17
{
18
char
*msg;
19
20
msg = (*
ft_sim
->
nonconvErr
)(
ft_curckt
->
ci_ckt
, 0);
21
out_printf
(
"Last nonconvergence at %s"
, msg);
22
}
ftehelp.h
hlpdefs.h
ft_sim
IFsimulator * ft_sim
Definition:
main.c:111
out_printf
void out_printf()
circ::ci_ckt
char * ci_ckt
Definition:
ftedefs.h:27
spfteext.h
ft_curckt
struct circ * ft_curckt
Definition:
main.c:184
spice.h
ftedefs.h
com_where
void com_where()
Definition:
where.c:16
sIFsimulator::nonconvErr
char *(* nonconvErr)())
Definition:
ifsim.h:457
src
lib
spfte
where.c
Generated by
1.8.11