@ -54,11 +54,6 @@ static void cktislinear(CKTcircuit *ckt, struct line *deck);
void line_free_x(struct line *deck, bool recurse);
#ifdef HAS_WINGUI
void SetAnalyse(char *Analyse, int Percent);
#endif
/*
* create an unique artificial *unusable* FILE ptr
* meant to be used with Xprintf() only to eventually
@ -26,10 +26,6 @@ static wordlist *measure_parse_line(char *line);
extern bool ft_batchmode;
extern bool rflag;
#ifdef HAS_WINGUI /* hvogt 10.03.99, nach W. Mues */
extern void SetAnalyse(char *Analyse, int Percent);
/* measure in interactive mode:
meas command inside .control ... .endc loop or manually entered.
@ -6,10 +6,6 @@
#ifndef ngspice_SPEC_H
#define ngspice_SPEC_H
void com_spec(wordlist *wl);
@ -139,6 +139,8 @@
#include "ngspice/wstdio.h"
#define HAS_PROGREP
#if defined (__MINGW32__) || defined (__CYGWIN__) || defined (_MSC_VER)
@ -18,10 +18,6 @@ Modified 2001: AlansFixes
/* gtri - end - wbk */
void SetAnalyse( char * Analyse, int Percent);
#define INIT_STATS() \
do { \
@ -16,9 +16,6 @@ static int spice3_gmin (CKTcircuit *, long int, long int, int);
static int gillespie_src (CKTcircuit *, long int, long int, int);
static int spice3_src (CKTcircuit *, long int, long int, int);
int
CKTop (CKTcircuit * ckt, long int firstmode, long int continuemode,
@ -26,10 +26,6 @@ int nthreads;
return(E_NOMEM);\
}
extern void SetAnalyse( char * Analyse, int Percent);
CKTsetup(CKTcircuit *ckt)
@ -27,10 +27,6 @@
#include "ngspice/cluster.h"
void SetAnalyse(char * Analyse, int Percent);
@ -34,10 +34,6 @@ extern struct dbcomm *dbs;
@ -25,7 +25,6 @@ Modified: 1999 Paolo Nenzi
#include "ngspice/devdefs.h"
static double actval, actdiff;
@ -16,9 +16,6 @@ Author: 1985 Thomas L. Quarles
/* gtri - end - wbk - 11/9/90 */
/* uncomment to trace in this file */
/*#define TRACE*/