Function soti_set_trunc#
Defined in File sparse/scalar/base.h
Function Documentation#
-
void soti_set_trunc(sotinum_t *src, ord_t ord, sotinum_t *dest, dhelpl_t dhl)#
Copy information from src to dest only with orders ord or greater. Does not check if memory needs to be reallocated. Useful when copying data to a temporal sotinum.
- Parameters:
src – [in] Oti number.
ord – [in] Order.
dest – [in] Oti number.
dhl – [in] Direction helper list object.