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