Skip to content

Fix issue with uninitialised variable sometimes causing random BC entries

Dave Moxey requested to merge meshing/nektar:fix/nek5000-uninitialised into master

This MR (probably) fixes a rare intermittent failure with the Nek5000 input module, which in some circumstances could lead to boundary conditions being inappropriately assigned if the bcType variable was not read from the file stream.

Merge request reports