Browse Source

* src/maths/cmaths/Makefile.am src/maths/cmaths/cmath1.c


			
			
				pre-master-46
			
			
		
arno 26 years ago
parent
commit
f476a1ea98
  1. 2
      src/maths/cmaths/Makefile.am
  2. 9
      src/maths/cmaths/cmath1.c
  3. 10
      src/maths/cmaths/cmath2.c
  4. 9
      src/maths/cmaths/cmath3.c
  5. 10
      src/maths/cmaths/cmath4.c

2
src/maths/cmaths/Makefile.am

@ -14,6 +14,6 @@ libcmaths_a_SOURCES = \
INCLUDES = -I$(top_srcdir)/src/include
INCLUDES = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/maths/poly
MAINTAINERCLEANFILES = Makefile.in

9
src/maths/cmaths/cmath1.c

@ -16,11 +16,10 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
*
*/
#include "ngspice.h"
#include "cpdefs.h"
#include "ftedefs.h"
#include "dvec.h"
#include "ftecmath.h"
#include <ngspice.h>
#include <cpdefs.h>
#include <dvec.h>
#include "cmath1.h"

10
src/maths/cmaths/cmath2.c

@ -15,11 +15,11 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
* and return a char * that is cast to complex or double.
*/
#include "ngspice.h"
#include "cpdefs.h"
#include "ftedefs.h"
#include "dvec.h"
#include "ftecmath.h"
#include <ngspice.h>
#include <cpdefs.h>
#include <ftedefs.h>
#include <dvec.h>
#include "cmath2.h"
static double *

9
src/maths/cmaths/cmath3.c

@ -15,11 +15,10 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
* and return a char * that is cast to complex or double.
*/
#include "ngspice.h"
#include "cpdefs.h"
#include "ftedefs.h"
#include "dvec.h"
#include "ftecmath.h"
#include <ngspice.h>
#include <cpdefs.h>
#include <dvec.h>
#include "cmath3.h"

10
src/maths/cmaths/cmath4.c

@ -18,11 +18,15 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
#include <ngspice.h>
#include <plot.h>
#include <complex.h>
#include <cpextern.h>
#include <fteext.h>
#include <cpdefs.h>
//#include <fteext.h>
#include "cmath4.h"
#include <interpolate.h>
#include <polyfit.h>
#include <polyeval.h>
#include <polyderiv.h>
#include "cmath4.h"
void *
cx_and(void *data1, void *data2, short int datatype1, short int datatype2, int length)

Loading…
Cancel
Save