mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
SymmTensor: Correct return type of dot-product of two SymmTensors
This commit is contained in:
@ -529,7 +529,7 @@ class innerProduct<SymmTensor<Cmpt>, SymmTensor<Cmpt> >
|
||||
{
|
||||
public:
|
||||
|
||||
typedef SymmTensor<Cmpt> type;
|
||||
typedef Tensor<Cmpt> type;
|
||||
};
|
||||
|
||||
template<class Cmpt>
|
||||
|
||||
Reference in New Issue
Block a user