MoorDyn
Moordyn v2 developers documentation

If you are looking for the users documentation, please visit moordyn.readthedocs.io

Code styling

Moordyn v2 is now based in clang-format to control the code styling, so you do not need to worry about the code styling.

Along this line, a .clang-format file has been placed in the root folder. Many IDEs are able to use that file to automagically assist you in the code editing.

Please, if you plan to submit a pull request execute clang-format over all the source files and headers before.