SymmTensor: Correct return type of dot-product of two SymmTensors

This commit is contained in:
Henry
2013-07-03 22:17:02 +01:00
parent 0b7a873c07
commit 302907835d

View File

@ -529,7 +529,7 @@ class innerProduct<SymmTensor<Cmpt>, SymmTensor<Cmpt> >
{
public:
typedef SymmTensor<Cmpt> type;
typedef Tensor<Cmpt> type;
};
template<class Cmpt>