@ -51,8 +51,8 @@ INPgetValue(CKTcircuit *ckt, char **line, int type, INPtables *tab)
list [ temp . v . numValue - 1 ] = tmp ;
tmp = INPevaluate ( line , & error , 1 ) ;
}
if ( error & & ! eq ( * line , " " ) & & ! prefix ( " ) " , * line ) ) {
fprintf ( stderr , " \n Warning: Could not read parameter from \n %s \n at \n " , compline ) ;
if ( error & & ft_ngdebug & & ! eq ( * line , " " ) & & ! prefix ( " ) " , * line ) ) {
fprintf ( stderr , " \n Warning: Reading a vector without limiting parens may be dangerous \n %s \n at \n " , compline ) ;
fprintf ( stderr , " %*s%s \n " , * line - compline , " " , * line ) ;
}
temp . v . vec . rVec = list ;
@ -74,8 +74,8 @@ INPgetValue(CKTcircuit *ckt, char **line, int type, INPtables *tab)
ilist [ temp . v . numValue - 1 ] = ( int ) floor ( 0.5 + tmp ) ;
tmp = INPevaluate ( line , & error , 1 ) ;
}
if ( error & & ! eq ( * line , " " ) & & ! prefix ( " ) " , * line ) ) {
fprintf ( stderr , " \n Warning: Could not read parameter from \n %s \n at \n " , compline ) ;
if ( error & & ft_ngdebug & & ! eq ( * line , " " ) & & ! prefix ( " ) " , * line ) ) {
fprintf ( stderr , " \n Warning: Reading a vector without limiting parens may be dangerous \n %s \n at \n " , compline ) ;
fprintf ( stderr , " %*s%s \n " , * line - compline , " " , * line ) ;
}
temp . v . vec . iVec = ilist ;