'load -totable=TAB() -i' does not work as expected
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
The command sequence load FILE -totable=TAB() -ignore does not clear the contents of TAB() first but appends the contents to the already available table.
This feature has to be included into the virtual melt() method in the FileAdapter class, to provide the correct functionality.
-totable -i parameter sequence and were cleared before data was loaded.Fix was added to the automatic SW tests. No deviation detected.
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r1008]
Diff: