hisimhv1: less verbosity, remove useless printout

This commit is contained in:
dwarning 2015-03-26 10:30:57 +01:00
parent eb99465713
commit 26937f8dfb
1 changed files with 4 additions and 4 deletions

View File

@ -79,7 +79,7 @@ int HSMHVsetup(
} else {
if (strcmp(model->HSMHV_version,"1.24") != 0 ) {
model->HSMHV_version = "1.24" ;
printf(" 1.24 is only available for VERSION. \n");
// printf(" 1.24 is only available for VERSION. \n");
printf(" 1.24 is selected for VERSION. (default) \n");
} else {
printf(" %s is selected for VERSION \n", model->HSMHV_version);
@ -1446,9 +1446,9 @@ do { if((here->ptr = SMPmakeElt(matrix,here->first,here->second))==(double *)NUL
ckt->CKTbypass = 0 ;
}
/* check ckt->CKTintegrateMethod */
if( ckt->CKTintegrateMethod == TRAPEZOIDAL ) { /* TRAPEZODAL:1 GEAR:2 */
fprintf( stderr, "\nwarning(HiSIMHV): Recommend the Gear method for reliable simulation with '.options METHOD=GEAR'.\n");
}
// if( ckt->CKTintegrateMethod == TRAPEZOIDAL ) { /* TRAPEZODAL:1 GEAR:2 */
// fprintf( stderr, "\nwarning(HiSIMHV): Recommend the Gear method for reliable simulation with '.options METHOD=GEAR'.\n");
// }
return(OK);
}