issues
search
visit-dav
/
visit
VisIt - Visualization and Data Analysis for Mesh-based Scientific Data
https://visit.llnl.gov
BSD 3-Clause "New" or "Revised" License
445
stars
117
forks
source link
Fix logic error in avtLineSamplerInfoQuery for loops.
#19885
Closed
biagas
closed
1 month ago
biagas
commented
1 month ago
Description
I noticed
;
at end of for-loop statement. Fixed.
Type of change
[X] Bug fix~~
[ ] New feature~~
[ ] Documentation update~~
[ ] Other~~
How Has This Been Tested?
Reminders:
Please follow the
style guidelines
of this project.
Please perform a self-review of your code before submitting a PR and asking others to review it.
Please assign reviewers (see
VisIt's PR procedures
for more information).
Checklist:
[ ] I have commented my code where applicable.
[ ] I have updated the release notes.
[ ] I have made corresponding changes to the documentation.
[ ] I have added debugging support to my changes.
[ ] I have added tests that prove my fix is effective or that my feature works.
[ ] I have confirmed new and existing unit tests pass locally with my changes.
[ ] I have added new baselines for any new tests to the repo.
[X] I have NOT made any changes to
protocol
or
public interfaces
in an RC branch.~~
Description
I noticed
;
at end of for-loop statement. Fixed.Type of change
How Has This Been Tested?
Reminders:
Checklist:
[ ] I have commented my code where applicable.[ ] I have updated the release notes.[ ] I have made corresponding changes to the documentation.[ ] I have added debugging support to my changes.[ ] I have added tests that prove my fix is effective or that my feature works.[ ] I have confirmed new and existing unit tests pass locally with my changes.[ ] I have added new baselines for any new tests to the repo.