fix: tests

This commit is contained in:
parker
2025-07-28 17:18:10 +01:00
parent 34da64bbb2
commit 93fe708646
5 changed files with 53 additions and 43 deletions

View File

@@ -31,6 +31,16 @@ namespace enzo
using Vector3 = Eigen::Vector3d;
using Vector4 = Eigen::Vector4d;
}
namespace prm
{
enum class Type
{
STRING,
FLOAT,
INT,
TOGGLE
};
}
namespace nt
{
using OpId = uint64_t;