Skip to content

Commit c395868

Browse files
authored
satiate linter
1 parent 2e6a1ce commit c395868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/m_constants.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ module m_constants
3939
real(wp), parameter :: threshold_vector_zero = 1e-10 !< Threshold to treat the component of a vector to be zero
4040
real(wp), parameter :: threshold_edge_zero = 1e-10 !< Threshold to treat two edges to be overlapped
4141
real(wp), parameter :: threshold_bary = 1e-1 !< Threshold to interpolate a barycentric facet
42-
real(wp), parameter :: initial_distance_buffer = 1e12 !< Initialized levelset distance for the shortest path pair algorithm
42+
real(wp), parameter :: initial_distance_buffer = 1e12_wp !< Initialized levelset distance for the shortest path pair algorithm
4343

4444
end module m_constants

0 commit comments

Comments
 (0)