From c522360a265c6b125b045311efeda6cf694a669c Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Tue, 19 May 2020 23:14:48 +0200 Subject: [PATCH] re-enable compiling with --enable-nobypass --- src/spicelib/devices/vdmos/vdmosload.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/spicelib/devices/vdmos/vdmosload.c b/src/spicelib/devices/vdmos/vdmosload.c index 71bcf3216..2cddca50f 100644 --- a/src/spicelib/devices/vdmos/vdmosload.c +++ b/src/spicelib/devices/vdmos/vdmosload.c @@ -891,9 +891,7 @@ bypass: *(ckt->CKTstate0 + here->VDIOconduct) = gd; *(ckt->CKTstate0 + here->VDIOdIdio_dT) = dIdio_dT; -#ifndef NOBYPASS load: -#endif if (selfheat) { Ith = vd*cd; dIth_dVdio = cd + vd*gd;