Skip to content

Commit

Permalink
declaration fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer2368 committed Dec 27, 2022
1 parent 63b7a68 commit 25503a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/StokesSecondWallLevelset.f90
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ module StokesSecondWallLevelset_mod

real(SCALAR_KIND), allocatable :: levelsetLoc(:), & ! this point lies on level set plane.
levelsetNormal(:), & ! normal direction of the plane.
levelsetDirection(:), & ! oscillation direction.
levelsetAmp, & ! amplitude of oscillation.
levelsetDirection(:) ! oscillation direction.
real(SCALAR_KIND) :: levelsetAmp, & ! amplitude of oscillation.
levelsetPeriod ! period of oscillation.

contains
Expand Down

0 comments on commit 25503a0

Please sign in to comment.