-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Parser): wave magnetic variable renaming
This fixes #743 - the undefined variable bug introduced when refactoring the `workhorseParse`. The old variable name `magExt` was renamed to `magdec_name_extension`, but the wave-related code was unchanged, leaving the old variable name in the source. As well, and undefined variable `magdec_name_comment` was being used before being defined. Now, all the `magExt` are renamed, and we access the respective comment in the wave-related code via the `magdec_attrs` structure.
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 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