21 changed files with 94 additions and 202 deletions
-
9src/frontend/arg.c
-
15src/frontend/display.c
-
19src/frontend/doplot.c
-
9src/frontend/graphdb.c
-
13src/frontend/plotcurv.c
-
4src/frontend/plotting/graf.c
-
11src/frontend/plotting/grid.c
-
8src/frontend/plotting/plot5.c
-
15src/frontend/plotting/x11.c
-
20src/frontend/points.c
-
14src/frontend/postcoms.c
-
2src/frontend/postsc.c
-
3src/include/Makefile.am
-
18src/include/cpstd.h
-
6src/include/dvec.h
-
18src/include/fteconst.h
-
19src/include/ftedata.h
-
4src/include/fteinput.h
-
13src/include/graph.h
-
62src/include/ifsim.h
-
14src/include/wordlist.h
@ -1,18 +0,0 @@ |
|||||
/********** |
|
||||
Copyright 1990 Regents of the University of California. All rights reserved. |
|
||||
Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group |
|
||||
**********/ |
|
||||
|
|
||||
/* Vector types. */ |
|
||||
|
|
||||
#ifndef _CONSTANTS_ |
|
||||
#define _CONSTANTS_ |
|
||||
|
|
||||
/* FIXME: Adjust all callers to use new header files */ |
|
||||
#warning "Please use either sim.h, grid.h or plot.h instead of fteconst.h" |
|
||||
#include "sim.h" |
|
||||
#include "grid.h" |
|
||||
#include "plot.h" |
|
||||
|
|
||||
#endif |
|
||||
|
|
||||
@ -1,19 +0,0 @@ |
|||||
|
|
||||
/* RCS Info: $Revision$ on $Date$ |
|
||||
* $Source$ |
|
||||
* Copyright (c) 1985 Wayne A. Christopher, U. C. Berkeley CAD Group |
|
||||
* |
|
||||
* Structures used for representing spice data in nutmeg. |
|
||||
*/ |
|
||||
|
|
||||
#ifndef FTEdata_h |
|
||||
#define FTEdata_h |
|
||||
|
|
||||
#include "cpstd.h" /* for struct complex */ |
|
||||
|
|
||||
/* FIXME: Adjust all callers to use the new header files. */ |
|
||||
#warning "Please use either dvec.h or plot.h instead of ftedata.h" |
|
||||
|
|
||||
#include "dvec.h" |
|
||||
#include "plot.h" |
|
||||
#endif /* FTEdata_h */ |
|
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue