From 6e7bb3ebd0194f4f281792cad64535b59b2dbe13 Mon Sep 17 00:00:00 2001 From: drangara <69211175+drangara@users.noreply.github.com> Date: Wed, 28 Aug 2024 13:09:20 -0400 Subject: [PATCH] fix a typo when printing EB info for cylinder (#123) --- src/embedded_boundaries/eb_cylinder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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