bsim4 (4v8), hisimhv2, initialize cuDEVdestroy and DEVtopology slots

This commit is contained in:
rlar 2017-06-06 12:07:40 +02:00
parent 7030c1d2bf
commit 6eef531172
2 changed files with 10 additions and 0 deletions

View File

@ -81,6 +81,11 @@ SPICEdev BSIM4info = {
BSIM4bindCSCComplexToReal, /* DEVbindCSCComplexToReal */
#endif
#ifdef USE_CUSPICE
NULL, /* cuDEVdestroy */
NULL, /* DEVtopology */
#endif
};

View File

@ -79,6 +79,11 @@ SPICEdev HSMHV2info = {
/* DEVbindCSCComplexToReal */ HSMHV2bindCSCComplexToReal,
#endif
#ifdef USE_CUSPICE
/* cuDEVdestroy */ NULL,
/* DEVtopology */ NULL,
#endif
};