=================================================================== Modification le : Fri Jan 11 13:07:00 CET 2002 Par : xtof =================================================================== Update of /users/outil/alliance/cvsroot/alliance/sources/ocp/src/placer In directory bop.lip6.fr:/users/cao/xtof/alliance/sources/ocp/src/placer Modified Files: PBin.cpp PBin.h PDetPlacement.cpp PDetPlacement.h PSubRow.h Log Message: Update of variable names and (thanks to Art ...) Remove of a obsolete (and unused) include (values.h) =================================================================== Index: PBin.cpp =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/ocp/src/placer/PBin.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -r1.1 -r1.2 12c12 < PBin::Init(const PBBox NewBBox, const double NewCapa, PSubRow &NewRow) --- > PBin::Init(const PBBox bbox, const double capa, PSubRow &row) 14,18c14,18 < _bBox = NewBBox; < Pos = _bBox.GetCenter(); < Capa = NewCapa; < Size = 0.0; < _subRow = &NewRow; --- > _bBox = bbox; > _pos = _bBox.GetCenter(); > _capa = capa; > _size = 0.0; > _subRow = &row; 23c23 < PBin::UnderOccupied(const double Margin) const --- > PBin::UnderOccupied(const double margin) const 29c29 < return (Size <= (1.0 - Margin - 0.2) * Capa); --- > return (_size <= (1.0 - margin - 0.2) * _capa); 43c43 < _nHits++; --- > _nHits++; 76c76 < PBin::PlotLabel(ofstream& out, unsigned TotalMoves) const --- > PBin::PlotLabel(ofstream& out, unsigned totalMoves) const 81c81 < if (TotalMoves != 0) --- > if (totalMoves != 0) 83c83 < percent = (_nHits * 100.0) / TotalMoves; --- > percent = (_nHits * 100.0) / totalMoves; Index: PBin.h =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/ocp/src/placer/PBin.h,v retrieving revision 1.1 =================================================================== Ce message est envoyé au personnes abonnées à alliance-programmers Pour plus d'information sur cette mailling-list, visitez : http://www-asim.lip6.fr/alliance/mailing-lists/