Linear BL progression
Fixed a small error where selecting <P PARAM="BndLayerProgression" VALUE="1.0"/>
in the .mcf file caused an error.
The issue is from the way the progression of the boundary layers was derived caused a division by 0 when m_prog = 1.0
.
Solution is a simple one-liner condition to use linear progression when the value is 1.
Edited by Mashy Green