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

Fix typos and errors in comments #809

Merged
merged 2 commits into from
Mar 29, 2023
Merged

Fix typos and errors in comments #809

merged 2 commits into from
Mar 29, 2023

Conversation

jip
Copy link
Contributor

@jip jip commented Mar 29, 2023

  1. Misnamed variables,
  2. errors in workspace length required.

jip added 2 commits March 29, 2023 16:07
RWORK was mentioned as WORK
Some subroutines use WORK(1) but declare WORK length pro rata N which could be equal to 0.
@codecov
Copy link

codecov bot commented Mar 29, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (38f7703) 0.00% compared to head (6f8dada) 0.00%.

❗ Current head 6f8dada differs from pull request most recent head 1f0d961. Consider uploading reports for the commit 1f0d961 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #809   +/-   ##
=======================================
  Coverage    0.00%    0.00%           
=======================================
  Files        1908     1908           
  Lines      186968   186968           
=======================================
  Misses     186968   186968           
Impacted Files Coverage Δ
SRC/cgbsvx.f 0.00% <ø> (ø)
SRC/cgejsv.f 0.00% <ø> (ø)
SRC/cgesvx.f 0.00% <ø> (ø)
SRC/dgbsvx.f 0.00% <ø> (ø)
SRC/dgejsv.f 0.00% <ø> (ø)
SRC/dgesvx.f 0.00% <ø> (ø)
SRC/sgbsvx.f 0.00% <ø> (ø)
SRC/sgesvx.f 0.00% <ø> (ø)
SRC/zgbsvx.f 0.00% <ø> (ø)
SRC/zgejsv.f 0.00% <ø> (ø)
... and 1 more

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.

@langou langou merged commit 31a3668 into Reference-LAPACK:master Mar 29, 2023
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