/[ascend]/trunk/solvers/qrslv/qrslv.c
ViewVC logotype

Diff of /trunk/solvers/qrslv/qrslv.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2040 by jpye, Wed Apr 29 03:38:10 2009 UTC revision 2041 by jpye, Sat Jun 13 08:06:10 2009 UTC
# Line 4156  static int qrslv_iterate(slv_system_t se Line 4156  static int qrslv_iterate(slv_system_t se
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);

Legend:
Removed from v.2040  
changed lines
  Added in v.2041

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22