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

[MatL] Fix namespace for VectorizedTensor

parent 311f327e
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include "VectorizedTensor.h" #include "VectorizedTensor.h"
namespace MathLib ::VectorizedTensor namespace MathLib::VectorizedTensor
{ {
bool isTensorConvertibleTo1d(Eigen::Matrix3d const& tensor) bool isTensorConvertibleTo1d(Eigen::Matrix3d const& tensor)
......
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