ukaea/ReMKiT1D-Python

customFluid1DStencil bug when no required variables passed

SMijin opened this issue · 1 comments

customFluid1DStencil should set all required variables to "none" when none are passed, as the Fortran code explicitly checks for "none" to determine whether there are variables required for a column of a stencil.

Solved in #27