Skip to content

Commit f280332

Browse files
committed
move beginning of function as do not see doc showing in FORD
1 parent 4870a59 commit f280332

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fpm/src/fpm.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ subroutine cmd_run(settings,test)
266266

267267
do j=1,size(settings%name)
268268

269-
!*!if (trim(settings%name(j))==exe_source%exe_name) then
270269
if (glob(trim(exe_source%exe_name),trim(settings%name(j)))) then
271270

272271
found(j) = .true.

fpm/src/fpm_strings.f90

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,8 @@ pure function join(str,sep,trm,left,right) result (string)
485485
endif
486486
enddo
487487
end function join
488+
489+
function glob(tame,wild)
488490
!>
489491
!!##NAME
490492
!! glob(3f) - [M_strings:COMPARE] compare given string for match to
@@ -719,7 +721,6 @@ end function join
719721
!!
720722
!!##LICENSE
721723
!! Public Domain
722-
function glob(tame,wild)
723724

724725
! ident_6="@(#)M_strings::glob(3f): function compares text strings, one of which can have wildcards ('*' or '?')."
725726

0 commit comments

Comments
 (0)