feat(python/eos): added EOSInput class and getTable method to EOSio

This commit is contained in:
2025-06-12 15:06:42 -04:00
parent 1af6a7cac8
commit f0e9971fc4
2 changed files with 29 additions and 3 deletions

View File

@@ -35,8 +35,8 @@
#include "debug.h"
namespace serif::eos::helmholtz {
constexpr int IMAX = 541;
constexpr int JMAX = 201;
static constexpr int IMAX = 541;
static constexpr int JMAX = 201;
/**
* @brief 2D array template alias.
* @tparam T Type of the array elements.