Jspice3
cktdltm.c
Go to the documentation of this file.
1 /***************************************************************************
2 JSPICE3 adaptation of Spice3f2 - Copyright (c) Stephen R. Whiteley 1992
3 Copyright 1990 Regents of the University of California. All rights reserved.
4 Authors: 1985 Thomas L. Quarles
5  1993 Stephen R. Whiteley
6 ****************************************************************************/
7 
8  /* CKTdltMod
9  * delete the specified model - not yet supported in spice
10  */
11 
12 #include "spice.h"
13 #include <stdio.h>
14 #include "cktdefs.h"
15 #include "sperror.h"
16 #include "util.h"
17 #include "cktext.h"
18 
19 
20 /* ARGSUSED */
21 int
22 CKTdltMod(ckt,modPtr)
23 
24 GENERIC *ckt;
25 GENERIC *modPtr;
26 {
27  return (E_UNSUPP);
28 }
int CKTdltMod(GENERIC *ckt, GENERIC *modPtr)
Definition: cktdltm.c:22
#define E_UNSUPP
Definition: iferrmsg.h:30
char GENERIC
Definition: ifsim.h:27