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
674 B
27 lines
674 B
/**********
|
|
Copyright 1991 Regents of the University of California. All rights reserved.
|
|
Authors : 1991 David Gates
|
|
**********/
|
|
|
|
/* Member of CIDER device simulator
|
|
* Version: 1b1
|
|
*/
|
|
|
|
#ifndef ngspice_CARDDEFS_H
|
|
#define ngspice_CARDDEFS_H
|
|
|
|
/* Data Structures and Definitions for Device Simulation Cards */
|
|
#include "ngspice/bdrydefs.h"
|
|
#include "ngspice/contdefs.h"
|
|
#include "ngspice/domndefs.h"
|
|
#include "ngspice/dopdefs.h"
|
|
#include "ngspice/elctdefs.h"
|
|
#include "ngspice/meshdefs.h"
|
|
#include "ngspice/methdefs.h"
|
|
#include "ngspice/matldefs.h"
|
|
#include "ngspice/mobdefs.h"
|
|
#include "ngspice/modldefs.h"
|
|
#include "ngspice/optndefs.h"
|
|
#include "ngspice/outpdefs.h"
|
|
|
|
#endif
|