Skip to content
Snippets Groups Projects
Commit a43fc584 authored by laurence's avatar laurence
Browse files

BUG: SymmTensor2D: Result of dot product of two SymmTensor2D is Tensor2D

parent 00d42c51
Branches
Tags
No related merge requests found
......@@ -443,7 +443,7 @@ class innerProduct<SymmTensor2D<Cmpt>, SymmTensor2D<Cmpt> >
{
public:
typedef SymmTensor2D<Cmpt> type;
typedef Tensor2D<Cmpt> type;
};
template<class Cmpt>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment