|
From: Ferdinando A. <na...@am...> - 2008-09-24 10:25:29
|
Hi Simon, it has been fixed on the trunk. Thank you ciao -- Nando On Wed, Sep 24, 2008 at 9:53 AM, Simon Ibbotson <s.i...@gm...>wrote: > In file ql/pricingengines/lookback/analyticcontinuousfloatinglookback.cpp > > Local variable defined as > Real SS = underlying()/minmax(); > > SS is a numeric constant under Solaris (v10) running on x86 machines. > > Suggested remedy: change the local variable name from SS to Ss. > > Cheers, > > Simon > |