Skip to content

Commit

Permalink
Fixes typos
Browse files Browse the repository at this point in the history
  • Loading branch information
xcelerit-team authored Jul 27, 2024
1 parent 703658c commit 17740ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ql/qlrisks.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ namespace boost {
return boost::math::lltrunc(xad::value(v));
}

inline long_long_type lltrunk(const xad::AReal<double>& v) {
return boost::math::lltrunk(xad::value(v));
inline long_long_type lltrunc(const xad::AReal<double>& v) {
return boost::math::lltrunc(xad::value(v));
}

template <class Policy>
Expand Down

0 comments on commit 17740ae

Please sign in to comment.