SAP-archive / fedem-gui

Graphical user interface for FEDEM
https://openfedem.org
Apache License 2.0
1 stars 6 forks source link

Unbalanced braces #14

Closed sanguinariojoe closed 9 months ago

sanguinariojoe commented 9 months ago

At https://github.com/SAP/fedem-gui/blob/main/src/vpmUI/vpmUITopLevels/vpmUIQtTopLevels/FuiQtProperties.C#L491 it shall read

  }
#endif

instead of

#endif
  }