alliance-programmers '02
ALC : CVS loginfo, ocp/src/placer


Christophe Alexandre (Christophe.Alexandre@asim.lip6.fr)
Fri, 1 Feb 2002 13:55:46 +0100

=================================================================== Modification le : Fri Feb 1 13:55:31 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: Ocp.cpp PBin.cpp PBin.h PCon.cpp PCon.h PDetPlacement.h PDetSubRow.cpp PDetSubRow.h PDetToPlaceIns.cpp PDetToPlaceIns.h PElem.cpp PElem.h PFixedIns.cpp PFixedIns.h PIns.cpp PIns.h PNet.cpp PNet.h PPlacement.cpp PPlacement.h PPlacementGlobal.cpp PRow.cpp PRow.h PSubRow.cpp PSubRow.h PToPlaceIns.cpp PToPlaceIns.h Log Message: gcc 3 compliant, hash_map is not standard so I have to include it with hash_map.h. From the gcc3 doc ... looks like I should not use it but it may be in further distributions so I'll let it like that .... =================================================================== Index: Ocp.cpp =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/ocp/src/placer/Ocp.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -r1.4 -r1.5 10a11 > using namespace std; Index: PBin.cpp =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/ocp/src/placer/PBin.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -r1.3 -r1.4 54,55c54,55 < std::ostream& < PBin::Print(std::ostream& os) const --- > ostream& > PBin::Print(ostream& os) const 61c61 < // std::ofstream& Plot(std::ofstream& out) --- > // ofstream& Plot(ofstream& out) 63,64c63,64 < std::ofstream& < PBin::Plot(std::ofstream& out) const --- > ofstream& > PBin::Plot(ofstream& out) const 66,70c66,70 < out << GetMinX() + 0.3 << " " << GetMinY() + 0.3 << std::endl < << GetMinX() + 0.3 << " " << GetMaxY() - 0.3 << std::endl < << GetMaxX() - 0.3 << " " << GetMaxY() - 0.3 << std::endl < << GetMaxX() - 0.3 << " " << GetMinY() + 0.3 << std::endl < << GetMinX() + 0.3 << " " << GetMinY() + 0.3 << std::endl << std::endl; --- > out << GetMinX() + 0.3 << " " << GetMinY() + 0.3 << endl > << GetMinX() + 0.3 << " " << GetMaxY() - 0.3 << endl > << GetMaxX() - 0.3 << " " << GetMaxY() - 0.3 << endl > << GetMaxX() - 0.3 << " " << GetMinY() + 0.3 << endl > << GetMinX() + 0.3 << " " << GetMinY() + 0.3 << endl << endl; 75,76c75,76 < std::ofstream& < PBin::PlotLabel(std::ofstream& out, unsigned totalMoves) const --- > ofstream& > PBin::PlotLabel(ofstream& out, unsigned totalMoves) const 86c86 < << std::endl; =================================================================== 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/

 



Alliance Web Site © 1997, 2002 ASIM/LIP6/UPMC, page maintained by Czo [Olivier Sirol] , last updated on 01 February 2002.