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
|
||||
* windisp.c: improve plot window handling, still not yet perfect
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue