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.
|