Block-Structured AMR Software Framework
AMReX_EB_Slopes_K.H
Go to the documentation of this file.
1 #ifndef AMREX_EB_SLOPES_K_H_
2 #define AMREX_EB_SLOPES_K_H_
3 
4 #if (AMREX_SPACEDIM == 2)
5 #include <AMReX_EB_Slopes_2D_K.H>
6 #elif (AMREX_SPACEDIM == 3)
7 #include <AMReX_EB_Slopes_3D_K.H>
8 #endif
9 
10 #endif