=================================================================== Modification le : Mon Sep 24 16:41:33 CEST 2001 Par : mai0009 =================================================================== Update of /users/outil/alliance/cvsroot/alliance/sources/ocp/src In directory heller.lip6.fr:/users/dsk03/mai0009/alliance/sources/ocp/src Modified Files: Ocp.cpp PPlacement.cpp PPlacement.h PPlacementFinal.cpp PPlacementGlobal.cpp Log Message: mode verbose ajoute... reste a implementer /-\| =================================================================== Index: Ocp.cpp =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/ocp/src/Ocp.cpp,v retrieving revision 1.10 retrieving revision 1.11 diff -r1.10 -r1.11 47a48 > bool VerboseFlg = false; // verbose mode 64a66,73 > if (!strcmp (argv[i], "-verbose")) { > if (i+2 < argc) VerboseFlg = true; > else UsageFlg = true; > } > > else > > 230,231c239,240 < PPlacement Placement(ConFlg, IocFlg, IocFile,PlotFlg, PartialFlg, < physicalfig, namefile); --- > PPlacement Placement(ConFlg, IocFlg, IocFile,PlotFlg, VerboseFlg, > PartialFlg,physicalfig, namefile); Index: PPlacement.cpp =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/ocp/src/PPlacement.cpp,v retrieving revision 1.27 retrieving revision 1.28 diff -r1.27 -r1.28 82a83,84 > if (_verbose) > { 85a88 > } 335c338 < cout << "Initial Placement Computing ... done. " << endl; --- > if (_verbose) cout << "Initial Placement Computing ... done. " << endl; 450c453,454 < cout << "width : " << Width << "Height : " << Height << endl; --- > if (_verbose) cout << "Width of the abutment box : " << Width << endl > << "Height of the abutment box : " << Height << endl; 508c512 < cout << "conspace : " << conspace << "1st connector : " << pos << endl; --- > if (_verbose) cout << "conspace : " << conspace << "1st connector : " << pos << endl; 519c523 < cout << "ajout de connecteur : " << tmpcon->NAME --- =================================================================== 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/