Skip to content

Commit

Permalink
explicit instantiation of type
Browse files Browse the repository at this point in the history
  • Loading branch information
RevathiJambunathan committed Nov 22, 2022
1 parent 726b923 commit a72d63c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/BoundaryConditions/PML.H
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ struct SigmaBox

using SigmaVect = std::array<Sigma,AMREX_SPACEDIM>;

using value_type = void; // needed by amrex::FabArray

SigmaVect sigma;
SigmaVect sigma_cumsum;
SigmaVect sigma_star;
Expand Down

0 comments on commit a72d63c

Please sign in to comment.