Skip to content

Commit

Permalink
Update sigma_device.f90
Browse files Browse the repository at this point in the history
fix a typo
  • Loading branch information
Shiyu-Sandy-Du authored Nov 7, 2024
1 parent c500d12 commit 62c777e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/les/bcknd/device/sigma_device.f90
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ subroutine sigma_compute_device(t, tstep, coef, nut, delta, c)
integer :: e, i

! some constant
eps = 1.0_rp-14
eps = NEKO_EPS

! get fields from registry
u => neko_field_registry%get_field_by_name("u")
Expand Down Expand Up @@ -123,4 +123,4 @@ subroutine sigma_compute_device(t, tstep, coef, nut, delta, c)

call neko_scratch_registry%relinquish_field(temp_indices)
end subroutine sigma_compute_device
end module sigma_device
end module sigma_device

0 comments on commit 62c777e

Please sign in to comment.