-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed calcScalers segmentation fault bug
Was trying to access beyond end of array for copying ELM area.
- Loading branch information
Alan Divittorio
committed
Jul 18, 2024
1 parent
38812d0
commit 205a815
Showing
1 changed file
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
205a815
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aldivi Do we need to add
coupleLog.precision(20);
205a815
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no. there are no numbers output to coupleLog here. I could have deleted the coupleLog altogether, but i left it just to denote that the code entered this function.