From c64b1e80acf7782a73e440c36d3d10959fed9021 Mon Sep 17 00:00:00 2001 From: dwarning Date: Sun, 13 Mar 2011 17:51:39 +0000 Subject: [PATCH] int for XPARTS flag in ancient debug usage --- 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 edd4af35f..e47b84ba7 100644 --- a/src/spicelib/devices/bsim2/bsim2def.h +++ b/src/spicelib/devices/bsim2/bsim2def.h @@ -392,7 +392,7 @@ typedef struct sBSIM2model { /* model structure for a resistor */ struct bsim2SizeDependParam *pSizeDependParamKnot; - unsigned B2channelChargePartitionFlag :1; + int B2channelChargePartitionFlag :1; unsigned B2vfb0Given :1; unsigned B2vfbLGiven :1; unsigned B2vfbWGiven :1;