Dany - 2010-05-24

Hello, I expose you the problem.
In the method   "open()"  of my BoidPlugIn i read a file in particular read the number of rows and columns (height and width) of the matrix contained in the file. The number of columns should reflect the features of my Boid
In the class Boid I would declare  " float features" how can I do?
Width in the method "open"  is shown in class Boid?