Skip to content

Commit

Permalink
fix a typo when printing EB info for cylinder (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
drangara committed Aug 28, 2024
1 parent 6668f12 commit 6e7bb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/embedded_boundaries/eb_cylinder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e7bb3e

Please sign in to comment.