Actions
Bug #5662
closedresurgence ArrayAccumulator is a duplicate of Ptolemy ArrayAccumulate
Start date:
08/06/2012
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
5662
Description
./actors/src/org/resurgence/actor/ArrayAccumulator.java
Duplicate of ptolemy/src/ptolemy/actor/lib/ArrayAccumulate.java
Kepler has ArrayAccumulator.java and Ptolemy has ArrayAccumulate.
The Kepler version has an input port named "array", the Ptolemy version has an input named "input"
The Kepler version has a parameter named "separator", the Ptolemy version does not have separator
FIXME: See about adding support for separator to the Ptolemy version.
Add tests.
Update the Kepler Backward compatibility filter to use "input" instead of "array"
Actions