Block-Structured AMR Software Framework
AMReX_InterpFaceReg_C.H
Go to the documentation of this file.
1 #ifndef AMREX_INTERP_FACE_REG_C_H_
2 #define AMREX_INTERP_FACE_REG_C_H_
3 
4 #include <AMReX_Array4.H>
5 
6 #if (AMREX_SPACEDIM == 2)
8 #elif (AMREX_SPACEDIM == 3)
10 #endif
11 
12 #endif