=================================================================== Modification le : Thu Sep 13 18:14:51 CEST 2001 Par : mai0009 =================================================================== Update of /users/outil/alliance/cvsroot/alliance/sources/ocp/src In directory bizet.lip6.fr:/users/dsk03/mai0009/alliance/sources/ocp/src Modified Files: Ocp.cpp PCon.cpp PCon.h PElem.h PIns.cpp PIns.h PPlacedIns.cpp PPlacedIns.h PPlacement.cpp PPlacement.h PPlacementGlobal.cpp PRow.cpp PRow.h PSubRow.cpp PToPlaceIns.cpp PToPlaceIns.h Log Message: fait le menage dans les variables Pitch et rowHeight desormais globales =================================================================== Index: Ocp.cpp =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/ocp/src/Ocp.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -r1.5 -r1.6 214,215d213 < Placement.SetPitch(5 * SCALE_X); < Placement.SetRowHeight(10); Index: PCon.cpp =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/ocp/src/PCon.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -r1.1 -r1.2 5a6 > #include "PConstants.h" 12c13 < PCon::Save(struct phfig *physicalfig, const double Pitch) const --- > PCon::Save(struct phfig *physicalfig) const 17,18c18,19 < (int)(GetPosX() * Pitch), < (int)(GetPosY() * Pitch), --- > (int)(GetPosX() * PITCH), > (int)(GetPosY() * PITCH), 20c21 < (int)(Pitch / 5)); --- > (int)(PITCH / 5)); Index: PCon.h =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/ocp/src/PCon.h,v retrieving revision 1.1 retrieving revision 1.2 diff -r1.1 -r1.2 21c21 < void Save(struct phfig *physicalfig, const double Pitch) const; --- > void Save(struct phfig *physicalfig) const; Index: PElem.h =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/ocp/src/PElem.h,v retrieving revision 1.1 retrieving revision 1.2 diff -r1.1 -r1.2 34c34 < virtual void Save(struct phfig *physicalfig, const double Pitch) const {}; --- =================================================================== 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/