Skip to content

Commit 409e26c

Browse files
sbryngelsonclaude
andcommitted
Fix typo: imersed -> immersed in m_global_parameters.fpp
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b891ad9 commit 409e26c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/pre_process/m_global_parameters.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ contains
564564
patch_ib(i)%model_spc = num_ray
565565
patch_ib(i)%model_threshold = ray_tracing_threshold
566566

567-
! Variables to handle moving imersed boundaries, defaulting to no movement
567+
! Variables to handle moving immersed boundaries, defaulting to no movement
568568
patch_ib(i)%moving_ibm = 0
569569
patch_ib(i)%vel(:) = 0._wp
570570
patch_ib(i)%angles(:) = 0._wp

src/simulation/m_global_parameters.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ contains
879879
patch_ib(i)%model_spc = num_ray
880880
patch_ib(i)%model_threshold = ray_tracing_threshold
881881
882-
! Variables to handle moving imersed boundaries, defaulting to no movement
882+
! Variables to handle moving immersed boundaries, defaulting to no movement
883883
patch_ib(i)%moving_ibm = 0
884884
patch_ib(i)%vel(:) = 0._wp
885885
patch_ib(i)%angles(:) = 0._wp

0 commit comments

Comments
 (0)