RISCSoftware / cpacs_tigl_gen

Generates CPACS schema based classes for TiGL
Apache License 2.0
5 stars 5 forks source link

Incorrect validation function generated for optional choices #56

Closed RlanderRISCSW closed 7 months ago

RlanderRISCSW commented 7 months ago

For choices which are optional (minOccurs="0") the ValidateChoices function executes an incorrect check, and returns false in case no value is set.