Browse Source

Added CIDER define to interface, needed by CIDER.

pre-master-46
pnenzi 23 years ago
parent
commit
8d05f51d74
  1. 5
      src/xspice/cmpp/writ_ifs.c

5
src/xspice/cmpp/writ_ifs.c

@ -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…
Cancel
Save