[RhinoCommon/C++] SimpleArrayDouble does not work when initialized with a list of values

var list2 = edgeParameters.Values.SelectMany(l => l).ToList(); // contains values
SimpleArrayDouble predefinedEdgeParameters = new SimpleArrayDouble(list2);
var pdp = predefinedEdgeParameters.ToArray(); // has length 0

I’m on R5SR12; I’m not sure about V6

Yep, this has been fixed in the WIP.