[PPL-devel] ppl/src Matrix.cc Polyhedron.cc

Elisa Ricci ericci at spartacus.cs.unipr.it
Mon Nov 25 09:25:16 CET 2002


CVSROOT:	/cvs/ppl
Module name:	ppl
Branch: 	lazy
Changes by:	ericci at cs.unipr.it	2002-11-25 09:25:16

Modified files:
	src            : Matrix.cc Polyhedron.cc 

Log message:
	Corrected the bug in Matrix::ascii_load: we used "nrows" instead of
	"index", when we set the "index_first_pending".
	In Matrix::add_row, erased in a condition of an "if" erased the check
	about the number of pending rows, because we use this method only when
	the matrix has no pending rows.
	In Polyhedron::Polyhedron(Topology topol, ConSys& cs) and
	Polyhedron::Polyhedron(Topology topol, const ConSys& cs) erased an "if"
	that is repeated twice.

Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Matrix.cc.diff?cvsroot=ppl&only_with_tag=lazy&r1=1.44.2.4&r2=1.44.2.5
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Polyhedron.cc.diff?cvsroot=ppl&only_with_tag=lazy&r1=1.261.2.9&r2=1.261.2.10




More information about the PPL-devel mailing list