Browse Source

using ngspice.h

pre-master-46
dwarning 17 years ago
parent
commit
2a61f9976e
  1. 3
      ChangeLog
  2. 13
      src/spicelib/devices/hisim/hsm1eval102.c
  3. 12
      src/spicelib/devices/hisim/hsm1eval112.c
  4. 12
      src/spicelib/devices/hisim/hsm1eval120.c

3
ChangeLog

@ -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

13
src/spicelib/devices/hisim/hsm1eval102.c

@ -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.

12
src/spicelib/devices/hisim/hsm1eval112.c

@ -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.

12
src/spicelib/devices/hisim/hsm1eval120.c

@ -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…
Cancel
Save