-
- Downloads
Test was not setting length of array
Allocate() just reserves memory, e.g. in preparation for insertion, but SetNumberOfTuples() is necessary to set size before SetTuple().
Please register or sign in to comment
Allocate() just reserves memory, e.g. in preparation for insertion, but SetNumberOfTuples() is necessary to set size before SetTuple().