Skip to content
Snippets Groups Projects
Commit 2d74fdd8 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[MaL] Reduce padding in EigenOptions.

parent f4f84584
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ namespace MathLib
struct EigenOption final
{
/// Solver type
enum class SolverType : int
enum class SolverType : short
{
INVALID,
CG,
......@@ -28,7 +28,7 @@ struct EigenOption final
};
/// Preconditioner type
enum class PreconType : int
enum class PreconType : short
{
NONE,
DIAGONAL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment