Function t8_dline_copy

Function Documentation

void t8_dline_copy(const t8_dline_t *line, t8_dline_t *dest)

Copy all values from one line to another.

Parameters:
  • line[in] The line to be copied.

  • dest[inout] Existing line whose data will be filled with the data of line.