refactor(network): removed unused phoenix dependency and defauled stiff=false to use explicit solver

This commit is contained in:
2025-03-21 14:35:18 -04:00
parent 8fa950835d
commit 3109c198cf
2 changed files with 1 additions and 5 deletions

View File

@@ -3,8 +3,6 @@
#include <array>
#include <boost/numeric/odeint.hpp>
#include <boost/phoenix/core.hpp>
#include <boost/phoenix/operator.hpp>
#include "const.h"
#include "config.h"