update addpoint method

nix
James Bradbury 4 years ago
parent e8fce999ed
commit a676c6e80e

@ -24,7 +24,7 @@ INSTANCEMETHODS::
PRIVATE:: init,id,cache PRIVATE:: init,id,cache
METHOD:: addPoint METHOD:: addPoint
Add a new point to the data set. The dimensionality of the DataSet is governed by the size of the first point added. Add a new point to the FluidDataSet. The dimensionality of the FluidDataSet is governed by the size of the first point added. If the identifier already exists, or if the size of the data does not match the dimensionality of the FluidDataSet an error will be reported.
Will report an error if the identifier already exists, or if the size of the data does not match the dimensionality of the DataSet. Will report an error if the identifier already exists, or if the size of the data does not match the dimensionality of the DataSet.
ARGUMENT:: identifier ARGUMENT:: identifier
A symbol or string with the identifier for the new point. A symbol or string with the identifier for the new point.

Loading…
Cancel
Save