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 e794af4 commit bc53b9bCopy full SHA for bc53b9b
src/common/m_constants.fpp
@@ -41,4 +41,4 @@ module m_constants
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
43
44
-end module m_constants
+end module m_constants
src/pre_process/m_model.fpp
@@ -1225,4 +1225,4 @@ contains
1225
1226
end function f_tri_area
1227
1228
-end module m_model
+end module m_model
0 commit comments