Function t8_dline_copy(const t8_dline_t *, t8_dline_t *)
Defined in File t8_dline_bits.h
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.