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

This commit is contained in:
laurence
2013-07-04 13:23:34 +01:00
parent 00d42c51c3
commit a43fc58496

View File

@ -443,7 +443,7 @@ class innerProduct<SymmTensor2D<Cmpt>, SymmTensor2D<Cmpt> >
{ {
public: public:
typedef SymmTensor2D<Cmpt> type; typedef Tensor2D<Cmpt> type;
}; };
template<class Cmpt> template<class Cmpt>