Commit 5070f2a3 authored by Hamid Bazargani's avatar Hamid Bazargani

Fix sacCalcJacobianErrors arguments. (curr.inl replaced with best.inl)

Fix the issue given NULL inlMask
parent 44f906eb
...@@ -1346,7 +1346,7 @@ inline void RHO_HEST_REFC::nStarOptimize(void){ ...@@ -1346,7 +1346,7 @@ inline void RHO_HEST_REFC::nStarOptimize(void){
*/ */
inline void RHO_HEST_REFC::updateBounds(void){ inline void RHO_HEST_REFC::updateBounds(void){
arg.maxI = sacCalcIterBound(arg.cfd, arg.maxI = sacCalcIterBound(arg.cfd,
(double)best.numInl/arg.N, (double)best.numInl/arg.N,
SMPL_SIZE, SMPL_SIZE,
arg.maxI); arg.maxI);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment