[PPL-devel] ppl/src LinExpression.cc

Elisa Ricci ericci at spartacus.cs.unipr.it
Thu Oct 24 15:45:26 CEST 2002


CVSROOT:	/cvs/ppl
Module name:	ppl
Changes by:	ericci at cs.unipr.it	2002-10-24 15:45:26

Modified files:
	src            : LinExpression.cc 

Log message:
	Corrected the bug in operator-=(LinExpression& e1, const LinExpression& e2):
	if e1.size() < e2.size(), we compute a copy e of e1 with the dimension
	of e2 and then we compute e - e2.

Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/LinExpression.cc.diff?cvsroot=ppl&r1=1.14&r2=1.15




More information about the PPL-devel mailing list