Skip to content
Snippets Groups Projects
Commit 278b3080 authored by Max Kahnt's avatar Max Kahnt
Browse files

Fix warning: Remove superfluous semicolon at namespace end.

parent 1212aa08
No related branches found
No related tags found
No related merge requests found
...@@ -588,6 +588,6 @@ namespace Arithmetic ...@@ -588,6 +588,6 @@ namespace Arithmetic
return OperatorHelper<OperatorType, return OperatorHelper<OperatorType,
MatrixTraits<OperatorType>::isMatrix>::bmAxy(A, b, x, y); MatrixTraits<OperatorType>::isMatrix>::bmAxy(A, b, x, y);
} }
}; }
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment