using ngspice.h
This commit is contained in:
parent
f9630b7d9f
commit
2a61f9976e
|
|
@ -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
|
2009-01-10 Holger Vogt
|
||||||
* windisp.c: improve plot window handling, still not yet perfect
|
* windisp.c: improve plot window handling, still not yet perfect
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -63,17 +63,8 @@
|
||||||
/*---------------------------------------------------*
|
/*---------------------------------------------------*
|
||||||
* Header files.
|
* Header files.
|
||||||
*-----------------*/
|
*-----------------*/
|
||||||
#include <stdlib.h>
|
#include "ngspice.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
|
|
||||||
/*-----------------------------------*
|
/*-----------------------------------*
|
||||||
* HiSIM macros and structures.
|
* HiSIM macros and structures.
|
||||||
* - All inputs and outputs are defined here.
|
* - All inputs and outputs are defined here.
|
||||||
|
|
|
||||||
|
|
@ -63,17 +63,7 @@
|
||||||
/*---------------------------------------------------*
|
/*---------------------------------------------------*
|
||||||
* Header files.
|
* Header files.
|
||||||
*-----------------*/
|
*-----------------*/
|
||||||
#include <stdlib.h>
|
#include "ngspice.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
|
|
||||||
|
|
||||||
/*-----------------------------------*
|
/*-----------------------------------*
|
||||||
* HiSIM macros and structures.
|
* HiSIM macros and structures.
|
||||||
|
|
|
||||||
|
|
@ -63,17 +63,7 @@
|
||||||
/*---------------------------------------------------*
|
/*---------------------------------------------------*
|
||||||
* Header files.
|
* Header files.
|
||||||
*-----------------*/
|
*-----------------*/
|
||||||
#include <stdlib.h>
|
#include "ngspice.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
|
|
||||||
|
|
||||||
/*-----------------------------------*
|
/*-----------------------------------*
|
||||||
* HiSIM macros and structures.
|
* HiSIM macros and structures.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue