gnucap-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnucap-devel] "transient" branch


From: Felix Salfelder
Subject: Re: [Gnucap-devel] "transient" branch
Date: Thu, 25 Aug 2016 23:34:08 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]