From 3c657ca85aaf33e6757bcdc19806ecdce73443fc Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Fri, 21 Mar 2025 14:35:18 -0400 Subject: [PATCH] refactor(network): removed unused phoenix dependency and defauled stiff=false to use explicit solver --- src/network/private/approx8.cpp | 2 -- src/network/public/approx8.h | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/network/private/approx8.cpp b/src/network/private/approx8.cpp index ec0abc80..c80e3ac3 100644 --- a/src/network/private/approx8.cpp +++ b/src/network/private/approx8.cpp @@ -3,8 +3,6 @@ #include #include -#include -#include #include "const.h" #include "config.h" diff --git a/src/network/public/approx8.h b/src/network/public/approx8.h index 22ff778a..75d88e89 100644 --- a/src/network/public/approx8.h +++ b/src/network/public/approx8.h @@ -4,8 +4,6 @@ #include #include -#include -#include #include "network.h" @@ -301,7 +299,7 @@ namespace nnApprox8{ vector_type m_y; double m_tmax; double m_dt0; - bool m_stiff; + bool m_stiff = false; /** * @brief Converts the input parameters to the internal state vector.