Skip to content

Commit bc53b9b

Browse files
committed
format
1 parent e794af4 commit bc53b9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/common/m_constants.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ module m_constants
4141
real(wp), parameter :: threshold_bary = 1e-1 !< Threshold to interpolate a barycentric facet
4242
real(wp), parameter :: initial_distance_buffer = 1e12 !< Initialized levelset distance for the shortest path pair algorithm
4343

44-
end module m_constants
44+
end module m_constants

src/pre_process/m_model.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1225,4 +1225,4 @@ contains
12251225

12261226
end function f_tri_area
12271227

1228-
end module m_model
1228+
end module m_model

0 commit comments

Comments
 (0)