Browse Source

* src/devices/disto/*: Moved all files to src/maths/deriv/


			
			
				pre-master-46
			
			
		
arno 26 years ago
parent
commit
1f82eccd29
  1. 2
      configure.in
  2. 1
      src/Makefile.am
  3. 2
      src/include/ngspice.h
  4. 2
      src/maths/Makefile.am
  5. 0
      src/maths/deriv/.cvsignore
  6. 4
      src/maths/deriv/Makefile.am
  7. 0
      src/maths/deriv/atander.c
  8. 0
      src/maths/deriv/cosderiv.c
  9. 0
      src/maths/deriv/cubeder.c
  10. 0
      src/maths/deriv/divderiv.c
  11. 0
      src/maths/deriv/equalder.c
  12. 0
      src/maths/deriv/expderiv.c
  13. 0
      src/maths/deriv/invderiv.c
  14. 0
      src/maths/deriv/multder.c
  15. 0
      src/maths/deriv/plusder.c
  16. 0
      src/maths/deriv/powderiv.c
  17. 0
      src/maths/deriv/sqrtder.c
  18. 0
      src/maths/deriv/tanderiv.c
  19. 0
      src/maths/deriv/timesder.c
  20. 1
      src/spicelib/devices/Makefile.am
  21. 4
      src/spicelib/devices/disto/ChangeLog

2
configure.in

@ -214,7 +214,6 @@ src/devices/ccvs/Makefile \
src/devices/csw/Makefile \
src/devices/devsup/Makefile \
src/devices/dio/Makefile \
src/devices/disto/Makefile \
src/devices/ind/Makefile \
src/devices/isrc/Makefile \
src/devices/jfet/Makefile \
@ -239,6 +238,7 @@ src/include/Makefile \
src/maths/Makefile \
src/maths/cmaths/Makefile \
src/maths/ni/Makefile \
src/maths/partialderiv/Makefile \
src/maths/poly/Makefile \
src/maths/sparse/Makefile \
src/misc/Makefile \

1
src/Makefile.am

@ -74,6 +74,7 @@ ngspice_LDADD = \
parser/libparser.a \
hlp/libhlp.a \
circuit/libinp.a \
maths/deriv/libderiv.a \
maths/cmaths/libcmaths.a \
maths/poly/libpoly.a \
maths/ni/libni.a \

2
src/include/ngspice.h

@ -7,7 +7,7 @@
* This file will eventually replace spice.h and lots of other
* files in src/include
*/
#define _GNU_SOURCE
#include <config.h>
#include <math.h>

2
src/maths/Makefile.am

@ -1,4 +1,4 @@
# Process this file with automake
SUBDIRS = cmaths ni sparse poly
SUBDIRS = cmaths ni sparse poly deriv
MAINTAINERCLEANFILES = Makefile.in

0
src/spicelib/devices/disto/.cvsignore → src/maths/deriv/.cvsignore

4
src/spicelib/devices/disto/Makefile.am → src/maths/deriv/Makefile.am

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in
pkglib_LTLIBRARIES = libdisto.la
noinst_LIBRARIES = libderiv.a
libdisto_la_SOURCES = \
libderiv_a_SOURCES = \
atander.c \
cosderiv.c \
cubeder.c \

0
src/spicelib/devices/disto/atander.c → src/maths/deriv/atander.c

0
src/spicelib/devices/disto/cosderiv.c → src/maths/deriv/cosderiv.c

0
src/spicelib/devices/disto/cubeder.c → src/maths/deriv/cubeder.c

0
src/spicelib/devices/disto/divderiv.c → src/maths/deriv/divderiv.c

0
src/spicelib/devices/disto/equalder.c → src/maths/deriv/equalder.c

0
src/spicelib/devices/disto/expderiv.c → src/maths/deriv/expderiv.c

0
src/spicelib/devices/disto/invderiv.c → src/maths/deriv/invderiv.c

0
src/spicelib/devices/disto/multder.c → src/maths/deriv/multder.c

0
src/spicelib/devices/disto/plusder.c → src/maths/deriv/plusder.c

0
src/spicelib/devices/disto/powderiv.c → src/maths/deriv/powderiv.c

0
src/spicelib/devices/disto/sqrtder.c → src/maths/deriv/sqrtder.c

0
src/spicelib/devices/disto/tanderiv.c → src/maths/deriv/tanderiv.c

0
src/spicelib/devices/disto/timesder.c → src/maths/deriv/timesder.c

1
src/spicelib/devices/Makefile.am

@ -15,7 +15,6 @@ SUBDIRS = \
csw \
devsup \
dio \
disto \
ind \
isrc \
jfet \

4
src/spicelib/devices/disto/ChangeLog

@ -1,4 +0,0 @@
1999-09-08 Arno <A.W.Peters@ieee.org>
* *.c: reformatted; put prototypes in distodef.h; protoized.
Loading…
Cancel
Save