Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Apr 12, 2024
1 parent 6522322 commit fbe4038
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ jobs:
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#npm-ci'
if: failure()

Expand Down
2 changes: 1 addition & 1 deletion benchmark/fortran/benchmark.length.f
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,4 @@ subroutine main()
end do
call print_summary( count, count )
end subroutine main
end program bench
end program bench
2 changes: 1 addition & 1 deletion src/ddot.f
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ double precision function ddot( N, dx, strideX, dy, strideY )
endif
ddot = dtemp
return
end function ddot
end function ddot
2 changes: 1 addition & 1 deletion src/ddotsub.f
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ end function ddot
! Compute the dot product:
dot = ddot( N, dx, strideX, dy, strideY )
return
end subroutine ddotsub
end subroutine ddotsub

0 comments on commit fbe4038

Please sign in to comment.