Skip to content

Commit

Permalink
Merge pull request #1594 from ExtremeFLOW/Shiyu-Sandy-Du-patch-1
Browse files Browse the repository at this point in the history
Update sigma_device.f90
  • Loading branch information
njansson authored Nov 11, 2024
2 parents 75f92e4 + 62c777e commit 40fdaff
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 40fdaff

Please sign in to comment.