diff --git a/src/embedded_boundaries/eb_cylinder.cpp b/src/embedded_boundaries/eb_cylinder.cpp index 6ddd3c17d..66714b4f0 100644 --- a/src/embedded_boundaries/eb_cylinder.cpp +++ b/src/embedded_boundaries/eb_cylinder.cpp @@ -42,7 +42,7 @@ void incflo::make_eb_cylinder() amrex::Print() << " Direction: " << direction << std::endl; amrex::Print() << " Rotation angle(rad): " << rotation << std::endl; amrex::Print() << " Rotation axe: " << rotation_axe << std::endl; -#if (AMREX_SPACDEIM == 3) +#if (AMREX_SPACEDIM == 3) amrex::Print() << " Center: " << center[0] << ", " << center[1] << ", " << center[2] << std::endl; #else