Skip to content

Commit

Permalink
Add explicit instantiation for complex RankFourTensor operation Refs. #…
Browse files Browse the repository at this point in the history
  • Loading branch information
recuero committed Aug 7, 2020
1 parent 9937196 commit e93df2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions framework/src/utils/RankFourTensor.C
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ template RankFourTensor RankFourTensor::operator*(const RankFourTensor & a) cons
template ADRankFourTensor ADRankFourTensor::operator*(const RankFourTensor & a) const;
template ADRankFourTensor RankFourTensor::operator*(const ADRankFourTensor & a) const;
template ADRankFourTensor ADRankFourTensor::operator*(const ADRankFourTensor & a) const;

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

0 comments on commit e93df2b

Please sign in to comment.