Conversation
…OfReal to math_Vector Migrated local variables in PLib directory from TColStd_Array1OfReal to math_Vector: - PLib.cxx: 8 local variables (Curve, Point, tempC, tempP, temp, Temw) - PLib_JacobiPolynomial.cxx: 2 local variables (aTabMax instances) - PLib_HermitJacobi.cxx: 8 local variables (AuxCoeff, JacValue0-3, WValues) All migrated variables are local and not returned outside their functions, making the migration safe without API changes.
|
Warning Rate limit exceeded@dpasukhi has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 18 minutes and 57 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Migrated local variables in PLib directory from TColStd_Array1OfReal to math_Vector:
All migrated variables are local and not returned outside their functions, making the migration safe without API changes.