Skip to content

Commit ae391b7

Browse files
Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9fe4e7b commit ae391b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

numerical/solvers/RungeKuttaIntegrators.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#include "numerical/solvers/DormandPrince45.hpp"
21
#include "numerical/solvers/RungeKuttaIntegrators.hpp"
2+
#include "numerical/solvers/DormandPrince45.hpp"
33

44
namespace solvers
55
{

0 commit comments

Comments
 (0)