19 lines
418 B
C
19 lines
418 B
C
/**********
|
|
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
|
|
|