Skip to content

Commit ed0565c

Browse files
committed
fix
1 parent c617048 commit ed0565c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_system.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ end function process_is_completed
168168
!! If the process is still running, the value returned reflects the time from the creation of the process
169169
!! until the call to this function. Otherwise, the total process duration until completion is returned.
170170
!!
171-
module real(RTICKS) function process_lifetime(process) result(delta_t)
171+
module function process_lifetime(process) result(delta_t)
172172
!> The process object for which to calculate elapsed time.
173173
class(process_type), intent(in) :: process
174174
!> The elapsed time in seconds since the process started.

0 commit comments

Comments
 (0)