Re: "transient" branch

Felix Salfelder <[email protected]>
Newsgroups gmane.comp.gnu.gnucap.devel
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.