You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
579 B
27 lines
579 B
/**********
|
|
Copyright 1991 Regents of the University of California. All rights reserved.
|
|
Authors : 1991 David Gates
|
|
**********/
|
|
|
|
/* Member of CIDER device simulator
|
|
* Version: 1b1
|
|
*/
|
|
|
|
#ifndef CARDDEFS_H
|
|
#define CARDDEFS_H
|
|
|
|
/* Data Structures and Definitions for Device Simulation Cards */
|
|
#include "bdrydefs.h"
|
|
#include "contdefs.h"
|
|
#include "domndefs.h"
|
|
#include "dopdefs.h"
|
|
#include "elctdefs.h"
|
|
#include "meshdefs.h"
|
|
#include "methdefs.h"
|
|
#include "matldefs.h"
|
|
#include "mobdefs.h"
|
|
#include "modldefs.h"
|
|
#include "optndefs.h"
|
|
#include "outpdefs.h"
|
|
|
|
#endif /* CARDDEFS_H */
|