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.
19 lines
360 B
19 lines
360 B
/**********
|
|
Copyright 1990 Regents of the University of California. All rights reserved.
|
|
Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
|
|
**********/
|
|
|
|
#ifndef ngspice_FTEINP_H
|
|
#define ngspice_FTEINP_H
|
|
|
|
#include "ngspice/inpdefs.h"
|
|
|
|
/* Listing types. */
|
|
|
|
#define LS_LOGICAL 1
|
|
#define LS_PHYSICAL 2
|
|
#define LS_DECK 3
|
|
#define LS_RUNABLE 4
|
|
|
|
#endif
|
|
|