Block-Structured AMR Software Framework
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
AMReX_MultiFabUtil_C.H
Go to the documentation of this file.
1#ifndef AMREX_MULITIFAB_UTIL_C_H_
2#define AMREX_MULITIFAB_UTIL_C_H_
3#include <AMReX_Config.H>
4
6
7#if (AMREX_SPACEDIM == 1)
9#elif (AMREX_SPACEDIM == 2)
11#else
13#endif
14
15#endif