[Lapackpp-cvs] CVS: lapackpp/matrix/src gmc.cc,1.17,1.18 gmd.cc,1.13,1.14 gmf.cc,1.8,1.9 gmi.cc,1.5,
Status: Beta
Brought to you by:
cstim
From: Christian S. <cs...@us...> - 2005-10-26 09:23:15
|
Update of /cvsroot/lapackpp/lapackpp/matrix/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31528/matrix/src Modified Files: gmc.cc gmd.cc gmf.cc gmi.cc gmli.cc Log Message: 2005-10-26 Christian Stimming <sti...@tu...> * matrix/src/gmc.cc, gmd.cc, gmf.cc, gmi.cc, gmli.cc: Added extra check for submatrix in resize(). This will point out errorneous usages of operator=() which has copy() semantics, where in reality inject() should have been used. This will probably show up in much existing code, but that code is broken and never worked correctly to begin with. |