You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your question. I can't say for sure as it is not code I wrote, but it is likely that this is abandoned code. This may be why the error has not been corrected. In fact, it does not appear to be listed in the user guide.
Thank you for your question. I can't say for sure as it is not code I wrote, but it is likely that this is abandoned code. This may be why the error has not been corrected. In fact, it does not appear to be listed in the user guide.
Thank for clarification. I have rectified this issue. I have also added some new set and get methods on vector. I can create a PR. If you like you can merge those.
In method
lis_vector_set_values2
what is the purposed of this routine. I imagine that this routine performs the following action.However, why do we set
start=i in the for loop (see lines given below)
lis/src/vector/lis_vector.c
Line 702 in 04e684b
In addition, this routine throws an error when flag= LIS_INS_VALUE. This is because start-- goes out of the bound.
Regards
Vikas
The text was updated successfully, but these errors were encountered: