Skip to content

Commit

Permalink
Merge pull request #41 from sourceryinstitute/remove-ford-workaround
Browse files Browse the repository at this point in the history
fix: remove FORD workaround
  • Loading branch information
rouson authored Aug 31, 2021
2 parents 22cd281 + 12013c5 commit 380cbb6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/dag_implementation.F90 → src/dag_implementation.f90
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,7 @@

if (istat==-1) deallocate(order)

#ifndef FORD
contains
#else
end procedure ! work around ford documentation generator bug
#endif

!*******************************************************************************

Expand Down Expand Up @@ -186,9 +182,7 @@ recursive subroutine dfs(v)

end subroutine dfs

#ifndef FORD
end procedure dag_toposort
#endif

!*******************************************************************************

Expand Down

0 comments on commit 380cbb6

Please sign in to comment.