HMIN_table_column_triple_write()
Writes triple column data to a table.
Syntax
void HMIN_table_column_triple_write(double* column_array[3], unsigned int array_size, unsigned int column_index);
Type
HyperMesh hminlib Function
Description
Writes triple column data to a table. This must be preceded by a call to HMIN_table_write().
Inputs
- column_array
- The triple array containing the column data.
- array_size
- The size (number of rows) in the column array.
- index
- The index of the column in the table.
Errors
Incorrect usage results in an FE-input error.
Version History
11.0