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

Errors parsing GENROU and WSIEG data from the .dyr file #216

Open
aorbegozo opened this issue Aug 5, 2024 · 0 comments
Open

Errors parsing GENROU and WSIEG data from the .dyr file #216

aorbegozo opened this issue Aug 5, 2024 · 0 comments

Comments

@aorbegozo
Copy link

I was reading the code to look for the meaning of the fields in the .dyr file and found some possible errors.

In the file src/parser/parser_classes/genrou.hpp, in the "parse" method, while reading the GENERATOR_XQ value, there is a "split_line[9]". I think it should be "split_line[10]".

In the file "src/parser/parser_classes/wsieg1.hpp", in the "parse" method, while reading the GOVERNOR_GV5 value, there is a "data->setValue(GOVERNOR_GV4". I think it should be "data->setValue(GOVERNOR_GV5"

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

No branches or pull requests

1 participant