From: <no...@so...> - 2002-11-23 05:29:19
|
Bugs item #642491, was opened at 2002-11-22 14:00 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=437247&aid=642491&group_id=43735 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Jerry Isdale (isdale) Assigned to: Nobody/Anonymous (nobody) Summary: MatrixOps.h invertFull bad err msg Initial Comment: in rev 1.26 of MatrixOps.h at line 353 in the code for invertFull it says std::cerr << "*** pivot = %f in mat_inv. ***\n"; it is trying to inform us of a near 0 pivot value looks like someone missed in converting from printf to cout ---------------------------------------------------------------------- >Comment By: Kevin Meinert (subatomic) Date: 2002-11-22 23:29 Message: Logged In: YES user_id=49859 added pivot to the output, removed %f. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=437247&aid=642491&group_id=43735 |