Skip to content

Commit

Permalink
Aligned naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-rybacki committed Feb 10, 2022
1 parent 4691a70 commit d4d2d28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SWIG/discountcurve.i
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ class InterpolatedDiscountCurve : public YieldTermStructure {
%template(DiscountCurve) InterpolatedDiscountCurve<LogLinear>;
%template(MonotonicLogCubicDiscountCurve) InterpolatedDiscountCurve<MonotonicLogCubic>;
%template(NaturalCubicDiscountCurve) InterpolatedDiscountCurve<SplineCubic>;
%template(KrugerLogCubicDiscountCurve) InterpolatedDiscountCurve<KrugerLog>;
%template(KrugerLogDiscountCurve) InterpolatedDiscountCurve<KrugerLog>;

#endif
2 changes: 1 addition & 1 deletion SWIG/zerocurve.i
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class InterpolatedZeroCurve : public YieldTermStructure {
%template(NaturalCubicZeroCurve) InterpolatedZeroCurve<SplineCubic>;
%template(LogCubicZeroCurve) InterpolatedZeroCurve<DefaultLogCubic>;
%template(MonotonicCubicZeroCurve) InterpolatedZeroCurve<MonotonicCubic>;
%template(KrugerCubicZeroCurve) InterpolatedZeroCurve<Kruger>;
%template(KrugerZeroCurve) InterpolatedZeroCurve<Kruger>;


#endif

0 comments on commit d4d2d28

Please sign in to comment.