Skip to content

Commit 68bb1aa

Browse files
tarkpatedcwhite
andauthored
Update src/Core/Datatypes/DyadicTensor.h
Co-authored-by: Dan White <[email protected]>
1 parent 231f0c5 commit 68bb1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Datatypes/DyadicTensor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ namespace Core {
625625
THROW_INVALID_ARGUMENT("The number of input eigvals must be " + std::to_string(eigvals_.size()));
626626
}
627627

628-
enum OrderState
628+
enum class OrderState
629629
{
630630
NONE,
631631
DESCENDING,

0 commit comments

Comments
 (0)