just checking transient-2. seems to work fine.

somewhat unrelated, i noticed an old discrepancy between upstream and
-uf during the merge.

"""
spice
.print tran hidden(0)
.tran 0 1 1 trace=a
.tran 0 1 1 trace=a
.end
"""

from upstream, i get

#Time       hidden(0) 
 0.         1.        
 0.01       1.        
 1.         1.        
#Time       hidden(0) 
 0.         2.         <===
 0.01       1.        
 1.         1.        

-uf says

#Time       hidden(0) 
 0.         1.        
 0.01       1.        
 1.         1.        
#Time       hidden(0) 
 0.         1.         <===
 0.01       1.        
 1.         1.        

is this "2." intentional? the latter looks more "logical" to me...

thanks
felix

_______________________________________________
Gnucap-devel mailing list
Gnucap-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/gnucap-devel

Reply via email to