waifod / quant_finance_models

Project containing the implementations of quantitative finance models
MIT License
5 stars 1 forks source link

Add namespace to all files header + implementation #40

Closed david-alvarez-rosa closed 1 year ago

david-alvarez-rosa commented 1 year ago

All files have been 'namespaced'.

Testing

Build succeeds and executable run as expected.

waifod commented 1 year ago

Resolving my previous comments since they were addressed in the PR dealing with the formatting.

david-alvarez-rosa commented 1 year ago

Thank you for the detailed review! I didn't notice those.

And good to know that clang-format takes care of those automagically.