Skip to content

Commit a72d63c

Browse files
explicit instantiation of type
1 parent 726b923 commit a72d63c

File tree

1 file changed

+2
-0
lines changed
  • Source/BoundaryConditions

1 file changed

+2
-0
lines changed

Source/BoundaryConditions/PML.H

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ struct SigmaBox
5858

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

61+
using value_type = void; // needed by amrex::FabArray
62+
6163
SigmaVect sigma;
6264
SigmaVect sigma_cumsum;
6365
SigmaVect sigma_star;

0 commit comments

Comments
 (0)