Re: Extending SWIG support for InterpolatedZeroCurve
Posted by grantathon on Oct 28, 2016; 11:00am
URL: http://quantlib.414.s1.nabble.com/Extending-SWIG-support-for-InterpolatedZeroCurve-tp17827p17831.html
I uncommented export_zero_curve(CubicZeroCurve,Cubic), ran the swig.cmd file in QuantLib-SWIG\CSharp, built NQuantLib in Visual Studio, and I still don't see any CubicZeroCurve among the C# classes nor do I see any changes in the quantlib_wrap.cpp.
I guess there is something else I should do other than running the swig.cmd file followed by building NQuantLib in Visual Studio?