Block-Structured AMR Software Framework
AMReX_EBMultiFabUtil_C.H
Go to the documentation of this file.
1 #ifndef AMREX_EB_MULTIFAB_UTIL_C_H_
2 #define AMREX_EB_MULTIFAB_UTIL_C_H_
3 #include <AMReX_Config.H>
4 
5 #include <AMReX_BCRec.H>
6 #include <AMReX_FArrayBox.H>
7 #include <AMReX_EBCellFlag.H>
8 
9 #if (AMREX_SPACEDIM == 2)
11 #elif (AMREX_SPACEDIM == 3)
13 #endif
14 
15 #endif