Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace the (partially defined) constant index variable INDIBL in ?SBGVX and related #807

Merged
merged 1 commit into from Apr 5, 2023

Conversation

martin-frbg
Copy link
Collaborator

This PR addresses part of the concerns raised in #790 - the index variable INDIBL is obviously intended to equal 1 throughout the code, but its initialization can inadvertently be skipped. Rather than move the initialization, I have
replaced the variable with a constant 1 everywhere.

@codecov
Copy link

codecov bot commented Mar 26, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (7ac31fa) 0.00% compared to head (0f5a04b) 0.00%.

❗ Current head 0f5a04b differs from pull request most recent head a37f229. Consider uploading reports for the commit a37f229 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #807   +/-   ##
=======================================
  Coverage    0.00%    0.00%           
=======================================
  Files        1908     1908           
  Lines      186972   186962   -10     
=======================================
+ Misses     186972   186962   -10     
Impacted Files Coverage Δ
SRC/chbgvx.f 0.00% <0.00%> (ø)
SRC/chpevx.f 0.00% <0.00%> (ø)
SRC/dsbgvx.f 0.00% <0.00%> (ø)
SRC/dspevx.f 0.00% <0.00%> (ø)
SRC/dstevx.f 0.00% <0.00%> (ø)
SRC/ssbgvx.f 0.00% <0.00%> (ø)
SRC/sspevx.f 0.00% <0.00%> (ø)
SRC/sstevx.f 0.00% <0.00%> (ø)
SRC/zhbgvx.f 0.00% <0.00%> (ø)
SRC/zhpevx.f 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@martin-frbg martin-frbg merged commit a6c7676 into Reference-LAPACK:master Apr 5, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants