Skip to content

Commit 1b6ed40

Browse files
Merge remote-tracking branch 'origin/master' into github_modules
2 parents 65e99f6 + 11f94ee commit 1b6ed40

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

QuantExt/qle/pricingengines/discountingriskybondenginemultistate.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@
2525

2626
#include <qle/pricingengines/discountingriskybondengine.hpp>
2727

28-
using namespace QuantLib;
29-
3028
namespace QuantExt {
29+
using namespace QuantLib;
3130

3231
/*! The engine takes a vector of default curves and recovery rates. For the given
3332
main result state it will produce the same results as the MidPointCdsEngine.

QuantExt/qle/pricingengines/midpointcdsenginemultistate.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@
2525

2626
#include <ql/pricingengines/credit/midpointcdsengine.hpp>
2727

28-
using namespace QuantLib;
29-
3028
namespace QuantExt {
29+
using namespace QuantLib;
3130

3231
/*! The engine takes a vector of default curves and recovery rates. For the given
3332
main result state it will produce the same results as the MidPointCdsEngine.

QuantExt/qle/termstructures/generatordefaulttermstructure.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@
2828
#include <ql/time/calendars/nullcalendar.hpp>
2929
#include <ql/time/daycounters/actual365fixed.hpp>
3030

31-
using namespace QuantLib;
32-
3331
namespace QuantExt {
32+
using namespace QuantLib;
3433

3534
//! Default probability term structure implied from a transition matrix
3635
/*!

0 commit comments

Comments
 (0)