feat(python/eos): added EOSInput class and getTable method to EOSio
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user