Skip to content

Commit

Permalink
input option style fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer2368 committed Dec 28, 2022
1 parent c30bf1a commit 87e43b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SinusoidalWallLevelsetImpl.f90
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ subroutine setupSinusoidalWallLevelset(this, grids, states)
this%wallShapes(n)%buffer = this%wallShapes(n)%buffer * this%levelsetAmp
end do

this%verticalOscillation = getOption("immersed_boundary/verticalOscillation", .false.)
this%verticalOscillation = getOption("immersed_boundary/vertical_oscillation", .false.)

end subroutine setupSinusoidalWallLevelset

Expand Down

0 comments on commit 87e43b6

Please sign in to comment.