From 4965d02b5f553a61c85722e88363570bb27815a7 Mon Sep 17 00:00:00 2001 From: dwarning Date: Thu, 31 Oct 2013 23:00:09 +0100 Subject: [PATCH] fix an overlap in parameter definitions --- src/spicelib/devices/vbic/vbicdefs.h | 98 ++++++++++++++-------------- 1 file changed, 49 insertions(+), 49 deletions(-) diff --git a/src/spicelib/devices/vbic/vbicdefs.h b/src/spicelib/devices/vbic/vbicdefs.h index 2fa552a51..e446b2f10 100644 --- a/src/spicelib/devices/vbic/vbicdefs.h +++ b/src/spicelib/devices/vbic/vbicdefs.h @@ -718,55 +718,55 @@ typedef struct sVBICmodel { /* model structure for a vbic */ /* device questions */ -#define VBIC_QUEST_FT 211 -#define VBIC_QUEST_COLLNODE 212 -#define VBIC_QUEST_BASENODE 213 -#define VBIC_QUEST_EMITNODE 214 -#define VBIC_QUEST_SUBSNODE 215 -#define VBIC_QUEST_COLLCXNODE 216 -#define VBIC_QUEST_COLLCINODE 217 -#define VBIC_QUEST_BASEBXNODE 218 -#define VBIC_QUEST_BASEBINODE 219 -#define VBIC_QUEST_BASEBPNODE 220 -#define VBIC_QUEST_EMITEINODE 221 -#define VBIC_QUEST_SUBSSINODE 222 -#define VBIC_QUEST_VBE 223 -#define VBIC_QUEST_VBC 224 -#define VBIC_QUEST_CC 225 -#define VBIC_QUEST_CB 226 -#define VBIC_QUEST_CE 227 -#define VBIC_QUEST_CS 228 -#define VBIC_QUEST_GM 229 -#define VBIC_QUEST_GO 230 -#define VBIC_QUEST_GPI 231 -#define VBIC_QUEST_GMU 232 -#define VBIC_QUEST_GX 233 -#define VBIC_QUEST_QBE 234 -#define VBIC_QUEST_CQBE 235 -#define VBIC_QUEST_QBC 236 -#define VBIC_QUEST_CQBC 237 -#define VBIC_QUEST_QBX 238 -#define VBIC_QUEST_CQBX 239 -#define VBIC_QUEST_QBCP 240 -#define VBIC_QUEST_CQBCP 241 -#define VBIC_QUEST_CEXBC 242 -#define VBIC_QUEST_GEQCB 243 -#define VBIC_QUEST_GCSUB 244 -#define VBIC_QUEST_GDSUB 245 -#define VBIC_QUEST_GEQBX 246 -#define VBIC_QUEST_CBE 247 -#define VBIC_QUEST_CBEX 248 -#define VBIC_QUEST_CBC 249 -#define VBIC_QUEST_CBCX 250 -#define VBIC_QUEST_CBEP 251 -#define VBIC_QUEST_CBCP 252 -#define VBIC_QUEST_SENS_REAL 253 -#define VBIC_QUEST_SENS_IMAG 254 -#define VBIC_QUEST_SENS_MAG 255 -#define VBIC_QUEST_SENS_PH 256 -#define VBIC_QUEST_SENS_CPLX 257 -#define VBIC_QUEST_SENS_DC 258 -#define VBIC_QUEST_POWER 259 +#define VBIC_QUEST_FT 221 +#define VBIC_QUEST_COLLNODE 222 +#define VBIC_QUEST_BASENODE 223 +#define VBIC_QUEST_EMITNODE 224 +#define VBIC_QUEST_SUBSNODE 225 +#define VBIC_QUEST_COLLCXNODE 226 +#define VBIC_QUEST_COLLCINODE 227 +#define VBIC_QUEST_BASEBXNODE 228 +#define VBIC_QUEST_BASEBINODE 229 +#define VBIC_QUEST_BASEBPNODE 230 +#define VBIC_QUEST_EMITEINODE 231 +#define VBIC_QUEST_SUBSSINODE 232 +#define VBIC_QUEST_VBE 233 +#define VBIC_QUEST_VBC 234 +#define VBIC_QUEST_CC 235 +#define VBIC_QUEST_CB 236 +#define VBIC_QUEST_CE 237 +#define VBIC_QUEST_CS 238 +#define VBIC_QUEST_GM 239 +#define VBIC_QUEST_GO 240 +#define VBIC_QUEST_GPI 241 +#define VBIC_QUEST_GMU 242 +#define VBIC_QUEST_GX 243 +#define VBIC_QUEST_QBE 244 +#define VBIC_QUEST_CQBE 245 +#define VBIC_QUEST_QBC 246 +#define VBIC_QUEST_CQBC 247 +#define VBIC_QUEST_QBX 248 +#define VBIC_QUEST_CQBX 249 +#define VBIC_QUEST_QBCP 250 +#define VBIC_QUEST_CQBCP 251 +#define VBIC_QUEST_CEXBC 252 +#define VBIC_QUEST_GEQCB 253 +#define VBIC_QUEST_GCSUB 254 +#define VBIC_QUEST_GDSUB 255 +#define VBIC_QUEST_GEQBX 256 +#define VBIC_QUEST_CBE 257 +#define VBIC_QUEST_CBEX 258 +#define VBIC_QUEST_CBC 259 +#define VBIC_QUEST_CBCX 260 +#define VBIC_QUEST_CBEP 261 +#define VBIC_QUEST_CBCP 262 +#define VBIC_QUEST_SENS_REAL 263 +#define VBIC_QUEST_SENS_IMAG 264 +#define VBIC_QUEST_SENS_MAG 265 +#define VBIC_QUEST_SENS_PH 266 +#define VBIC_QUEST_SENS_CPLX 267 +#define VBIC_QUEST_SENS_DC 268 +#define VBIC_QUEST_POWER 269 /* model questions */ #define VBIC_MOD_COLLCONDUCT 301