Function soti_reset_orders#
Defined in File sparse/scalar/base.h
Function Documentation#
-
void soti_reset_orders(ord_t ord_start, ord_t ord_end, sotinum_t *num, dhelpl_t dhl)#
Removes all imaginary directions with orders ranging from ord_start up to ord_end. This function checks that the orders are within the bounds of the OTI number order.
- Parameters:
ord_start – [in] Starting order of im. directions to be removed from the number.
ord_end – [in] Ending order of im. directions to be removed from the number.
num – [in] OTI number to be operated.
dhl – [in] Direction helper list object.