Skip to content

Commit 48cca0d

Browse files
committed
remove more junk
1 parent 97296ad commit 48cca0d

File tree

7 files changed

+135
-170
lines changed

7 files changed

+135
-170
lines changed

src/common/m_delay_file_access.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ subroutine DelayFileAccess(ProcessRank)
2121
= (ProcessRank/N_PROCESSES_FILE_ACCESS)*FILE_ACCESS_DELAY_UNIT
2222

2323
do iDelay = 1, nFileAccessDelayIterations
24-
!-- wait my turn
24+
! Wait my turn
2525
call random_number(Number)
2626
Dummy = Number*Number
2727
end do

0 commit comments

Comments
 (0)