Added CIDER define to interface, needed by CIDER.
This commit is contained in:
parent
d2c24221fc
commit
8d05f51d74
|
|
@ -956,7 +956,10 @@ static void write_SPICEdev(
|
|||
fprintf(fp, "NULL, \n"); /* DEVsenTrunc */
|
||||
fprintf(fp, "NULL, \n"); /* DEVdisto */
|
||||
fprintf(fp, "NULL, \n"); /* DEVnoise */
|
||||
|
||||
fprintf(fp, "#ifdef CIDER \n"); /* CIDER enhancements */
|
||||
fprintf(fp, "NULL, \n"); /* DEVdump */
|
||||
fprintf(fp, "NULL, \n"); /* DEVacct */
|
||||
fprintf(fp, "#endif \n"); /* CIDER enhancements */
|
||||
|
||||
/* Write the sizeof stuff used in dynamic allocation of inst/model structs */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue