Dummy Bspline
function dummy extends Modelica.Icons.Function; input Integer nd "Dimension"; input Integer nc "Number of control points"; input Integer deg "degree"; output ThermoSysPro.Properties.WaterSteam.IF97_packages.IF97_wAJ.Spline_Utilities.Modelica_Interpolation.Bspline1D.Data spline(ndim = nd, ncontrol = nc, degree = deg) "A dummy Bspline with zero entries"; end dummy;