Skip to content

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

@aorbegozo

Description

@aorbegozo

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions