Skip to content

Commit

Permalink
Add explicit instantiation of operator* for RankFourTensor
Browse files Browse the repository at this point in the history
  • Loading branch information
recuero committed Aug 7, 2020
1 parent e6d8c47 commit 786951b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utils/ComplexTypes.C
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ template class VectorValue<Complex>;
template class RankTwoTensorTempl<Complex>;
template class RankThreeTensorTempl<Complex>;
template class RankFourTensorTempl<Complex>;

template RankTwoTensorTempl<Complex>
RankFourTensorTempl<Complex>::operator*(const RankTwoTensorTempl<Complex> & a) const;

0 comments on commit 786951b

Please sign in to comment.