-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
In method lis_vector_set_values2 what is the purposed of this routine. I imagine that this routine performs the following action.
v(start+1:start+count) = value(1:count)However, why do we set
start=i in the for loop (see lines given below)
Line 702 in 04e684b
| start = i; |
In addition, this routine throws an error when flag= LIS_INS_VALUE. This is because start-- goes out of the bound.
Regards
Vikas
Metadata
Metadata
Assignees
Labels
No labels