no message

This commit is contained in:
dwarning 2011-04-29 16:54:31 +00:00
parent 1906903fb4
commit 71e51c8400
1 changed files with 2 additions and 2 deletions

View File

@ -873,8 +873,8 @@ int HSMHVsetup(
here->HSMHVsNodePrime = here->HSMHVsNode; here->HSMHVsNodePrime = here->HSMHVsNode;
} }
here->HSMHVsourceConductance = 0.0 ; /* initialized for hsmhvnoi.c */ here->HSMHVsourceConductance = 0.0 ; /* initialized for hsmhvnoi.c */
printf("HSMHV_set: corsrd=%d dNode=%d dNodePrime=%d sNode=%d sNodePrime=%d\n",model->HSMHV_corsrd, /* printf("HSMHV_set: corsrd=%d dNode=%d dNodePrime=%d sNode=%d sNodePrime=%d\n",model->HSMHV_corsrd,
here->HSMHVdNode,here->HSMHVdNodePrime,here->HSMHVsNode,here->HSMHVsNodePrime); here->HSMHVdNode,here->HSMHVdNodePrime,here->HSMHVsNode,here->HSMHVsNodePrime);*/
/* process gate resistance */ /* process gate resistance */
if ((here->HSMHV_corg == 1 && model->HSMHV_rshg > 0.0) && here->HSMHVgNodePrime == 0) { if ((here->HSMHV_corg == 1 && model->HSMHV_rshg > 0.0) && here->HSMHVgNodePrime == 0) {