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