We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6a1ce commit c395868Copy full SHA for c395868
src/common/m_constants.fpp
@@ -39,6 +39,6 @@ module m_constants
39
real(wp), parameter :: threshold_vector_zero = 1e-10 !< Threshold to treat the component of a vector to be zero
40
real(wp), parameter :: threshold_edge_zero = 1e-10 !< Threshold to treat two edges to be overlapped
41
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
+ real(wp), parameter :: initial_distance_buffer = 1e12_wp !< Initialized levelset distance for the shortest path pair algorithm
43
44
end module m_constants
0 commit comments