fix: tests
This commit is contained in:
@@ -4,12 +4,12 @@ namespace enzo::prm
|
||||
|
||||
{
|
||||
|
||||
enum class Type
|
||||
{
|
||||
STRING,
|
||||
FLOAT,
|
||||
INT,
|
||||
};
|
||||
// enum class Type
|
||||
// {
|
||||
// STRING,
|
||||
// FLOAT,
|
||||
// INT,
|
||||
// };
|
||||
|
||||
|
||||
// class Type
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user