mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: SymmTensor2D: Result of dot product of two SymmTensor2D is Tensor2D
This commit is contained in:
@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user