using ngspice.h

This commit is contained in:
dwarning 2009-01-11 20:43:27 +00:00
parent f9630b7d9f
commit 2a61f9976e
4 changed files with 7 additions and 33 deletions

View File

@ -1,3 +1,6 @@
2009-01-11 Dietmar Warning
* src/spicelib/devices/hisim/hsm1eval1xx.c: using ngspice.h as a central place
2009-01-10 Holger Vogt
* windisp.c: improve plot window handling, still not yet perfect

View File

@ -63,17 +63,8 @@
/*---------------------------------------------------*
* Header files.
*-----------------*/
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <float.h>
#include "config.h"
#ifdef HAVE_IEEEFP_H
# include <ieeefp.h>
#endif
#ifdef _MSC_VER
#define finite _finite
#endif
#include "ngspice.h"
/*-----------------------------------*
* HiSIM macros and structures.
* - All inputs and outputs are defined here.

View File

@ -63,17 +63,7 @@
/*---------------------------------------------------*
* Header files.
*-----------------*/
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <float.h>
#include "config.h"
#ifdef HAVE_IEEEFP_H
# include <ieeefp.h>
#endif
#ifdef _MSC_VER
#define finite _finite
#endif
#include "ngspice.h"
/*-----------------------------------*
* HiSIM macros and structures.

View File

@ -63,17 +63,7 @@
/*---------------------------------------------------*
* Header files.
*-----------------*/
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <float.h>
#include "config.h"
#ifdef HAVE_IEEEFP_H
# include <ieeefp.h>
#endif
#ifdef _MSC_VER
#define finite _finite
#endif
#include "ngspice.h"
/*-----------------------------------*
* HiSIM macros and structures.