Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
a43fc584
Commit
a43fc584
authored
Jul 04, 2013
by
laurence
Browse files
BUG: SymmTensor2D: Result of dot product of two SymmTensor2D is Tensor2D
parent
00d42c51
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/primitives/SymmTensor2D/SymmTensor2DI.H
View file @
a43fc584
...
...
@@ -443,7 +443,7 @@ class innerProduct<SymmTensor2D<Cmpt>, SymmTensor2D<Cmpt> >
{
public:
typedef
Symm
Tensor2D
<
Cmpt
>
type
;
typedef
Tensor2D
<
Cmpt
>
type
;
};
template
<
class
Cmpt
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment