Block-Structured AMR Software Framework
AMReX_InterpBndryData_K.H
Go to the documentation of this file.
1 #ifndef AMREX_INTERP_BNDRYDATA_K_H_
2 #define AMREX_INTERP_BNDRYDATA_K_H_
3 #include <AMReX_Config.H>
4 
5 #if (AMREX_SPACEDIM == 1)
7 #elif (AMREX_SPACEDIM == 2)
9 #else
11 #endif
12 
13 #endif