From 64174665b48431b0bb20a24d331b3d4f5828ec94 Mon Sep 17 00:00:00 2001 From: dwarning Date: Sun, 20 Mar 2011 09:33:58 +0000 Subject: [PATCH] no message --- src/spicelib/devices/bsim2/bsim2def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spicelib/devices/bsim2/bsim2def.h b/src/spicelib/devices/bsim2/bsim2def.h index e47b84ba7..dc84bc956 100644 --- a/src/spicelib/devices/bsim2/bsim2def.h +++ b/src/spicelib/devices/bsim2/bsim2def.h @@ -387,12 +387,12 @@ typedef struct sBSIM2model { /* model structure for a resistor */ double B2deltaLength; double B2fNcoef; double B2fNexp; + int B2channelChargePartitionFlag; struct bsim2SizeDependParam *pSizeDependParamKnot; - int B2channelChargePartitionFlag :1; unsigned B2vfb0Given :1; unsigned B2vfbLGiven :1; unsigned B2vfbWGiven :1;