4156 |
iteration_ends(sys); |
iteration_ends(sys); |
4157 |
if(!OPTIMIZING(sys) && block_feasible(sys)){ |
if(!OPTIMIZING(sys) && block_feasible(sys)){ |
4158 |
if(rank_defect){ |
if(rank_defect){ |
4159 |
ERROR_REPORTER_HERE(ASC_PROG_ERR,"Block %d was singular one step before convergence." |
ERROR_REPORTER_HERE(ASC_PROG_ERR,"Block %d was singular one step before convergence.\n" |
4160 |
" You may wish to check for numeric dependency at solution." |
"You may wish to check for numeric dependency at solution." |
4161 |
, sys->s.block.current_block); |
, sys->s.block.current_block); |
4162 |
} |
} |
4163 |
find_next_unconverged_block(sys); |
find_next_unconverged_block(sys); |