02-23-2009 04:26 PM
Solved! Go to Solution.
02-23-2009 05:51 PM - edited 02-23-2009 05:57 PM
Ok figured it out. Thats an array of clusters. Each cluster is an array of doubles. To replicate create a numeric constant of Double precision. Put that into a array constant/container. Repeat. Take those 2 arrays of doubles and place them into a cluster constant/container. Now place that structure into a array constant/container sized up so it doesn't just lay on top.
Remeber: if you have the vi ctrl+H is your friend
02-24-2009 10:07 AM
02-24-2009 04:18 PM
Sweet. Thanks for solving the question.
Just as an FYI, you can have an array of clusters, a cluster of arrays. You can't have arrays of arrays. The workaround to have an arrays of arrays is to have a cluster of arrays and drop that cluster into an array.