|
From: Luigi B. <lui...@gm...> - 2008-02-06 14:10:28
|
On Wed, 2008-02-06 at 05:42 -0800, na...@us... wrote: > Revision: 14287 > http://quantlib.svn.sourceforge.net/quantlib/?rev=14287&view=rev > Author: nando > Date: 2008-02-06 05:42:05 -0800 (Wed, 06 Feb 2008) > > Log Message: > ----------- > formatting > @@ -124,11 +124,11 @@ > for (Size i=1; i<n+1; ++i) { > - if (iteration == 0) { > + if (iteration==0) { > // extend interpolation a point at a time > @@ -149,10 +149,10 @@ > guess = 0.99 * ts_->data_[i]; > - } else if (i == 1) { > + } else if (i==1) { > guess = Traits::initialGuess(); Hi, the old format seemed more readable to me. Just saying... Luigi -- Steinbach's Guideline for Systems Programming: Never test for an error condition you don't know how to handle. |