|
From: Nathan A. <nka...@gm...> - 2010-02-09 22:26:53
|
There is one small minor bug. In the MarketModels example, the
MarketModels.cpp needs to have the following lines inserted around line 47
in case the QL_ENABLE_SESSIONS is defined.
#if defined(QL_ENABLE_SESSIONS)
namespace QuantLib {
Integer sessionId() { return 0; }
}
#endif
On Tue, Feb 9, 2010 at 8:48 AM, Luigi Ballabio <lui...@gm...>wrote:
> Hi all,
> the last beta for version 1.0 (hopefully) is available at
> <https://sourceforge.net/projects/quantlib/files/prerelease/>.
>
> In everybody's interest, please give this version a try and report any
> problems you might have. Reports can be either sent here on the list or
> filed on the Sourceforge bug tracker.
>
> Thanks,
> Luigi
>
>
> --
>
> Everything that can be invented has been invented.
> -- Charles Duell, Director of U.S. Patent Office, 1899
>
>
>
>
>
>
> ------------------------------------------------------------------------------
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the
> business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> _______________________________________________
> QuantLib-dev mailing list
> Qua...@li...
> https://lists.sourceforge.net/lists/listinfo/quantlib-dev
>
|