[Coin-lpsolver] Typo in ClpPackedMatrix.cpp

Ulrich Spoerlein q at galgenberg.net
Sat Oct 1 03:40:33 EDT 2005


Good day,

I'm not sure, if this is the right list to post patches/bug reports,
but here we go.

There is an obvious typo in Clp/ClpPackedMatrix.cpp. See the attached
patch (I hope attachments aren't filtered ...)

Ulrich Spoerlein
-- 
 PGP Key ID: F0DB9F44				Encrypted mail welcome!
Fingerprint: F1CE D062 0CA9 ADE3 349B  2FE8 980A C6B5 F0DB 9F44
Ok, which part of "Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn."
didn't you understand?
-------------- next part --------------
Index: ClpPackedMatrix.cpp
===================================================================
RCS file: /home/coin/coincvs/COIN/Clp/ClpPackedMatrix.cpp,v
retrieving revision 1.47
diff -u -r1.47 ClpPackedMatrix.cpp
--- ClpPackedMatrix.cpp	19 Sep 2005 15:51:56 -0000	1.47
+++ ClpPackedMatrix.cpp	1 Oct 2005 07:39:43 -0000
@@ -2314,7 +2314,7 @@
     }
     return true;
   }
-  assert (check=15);
+  assert (check==15);
   int * mark = new int [numberRows];
   int i;
   for (i=0;i<numberRows;i++)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
URL: <http://list.coin-or.org/pipermail/clp/attachments/20051001/22332095/attachment.sig>


More information about the Clp mailing list