Next: Interface remove_columns
Up: Module table_module
Previous: Interface append
Contents
Index
Append 1 or more columns to a table. Overloaded to be able to append
a scalar, 1-D array (must match N rows), or other tables (must match N rows)
- this -- type(Table), intent(inout)
-
- val -- intent(in),
-
integer or real(dp) or character(TABLE_STRING_LENGTH) or logical
- n_cols -- integer, optional
-
- cols -- integer, intent(out), optional, dimension(2)
-
- val_a -- intent(in), dimension(:),
-
integer or real(dp) or character(TABLE_STRING_LENGTH) or logical
- other -- type(Table), intent(in)
-
remove_columns interface
gabor
2009-06-30