=================================================================== Modification le : Tue Jan 29 10:23:06 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 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 PPlacementFinal.cpp PPlacementGlobal.cpp PRow.cpp PRow.h PSubRow.cpp PSubRow.h PToPlaceIns.cpp PToPlaceIns.h Log Message: gcc 3 compliance =================================================================== Index: PBin.cpp =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/ocp/src/placer/PBin.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -r1.2 -r1.3 54,55c54,55 < ostream& < PBin::Print(ostream& os) const --- > std::ostream& > PBin::Print(std::ostream& os) const 61c61 < // ofstream& Plot(ofstream& out) --- > // std::ofstream& Plot(std::ofstream& out) 63,64c63,64 < ofstream& < PBin::Plot(ofstream& out) const --- > std::ofstream& > PBin::Plot(std::ofstream& out) const 66,70c66,70 < 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; --- > 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; 75,76c75,76 < ofstream& < PBin::PlotLabel(ofstream& out, unsigned totalMoves) const --- > std::ofstream& > PBin::PlotLabel(std::ofstream& out, unsigned totalMoves) const 86c86 < << endl; --- > << std::endl; Index: PBin.h =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/ocp/src/placer/PBin.h,v retrieving revision 1.2 retrieving revision 1.3 diff -r1.2 -r1.3 =================================================================== 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/