diff options
author | Pixel <> | 2001-03-21 11:27:19 +0000 |
---|---|---|
committer | Pixel <> | 2001-03-21 11:27:19 +0000 |
commit | 775858335e297f40bb6a0b3065cafa8e72bd9de0 (patch) | |
tree | 16f11ab144481104f6c4f2bc38b491e3570caae5 /lib/PCommon.cc | |
parent | b75cdf41d321bce00a3f7c0c980c1f6cdc6117a8 (diff) |
Still bugfixing
Diffstat (limited to 'lib/PCommon.cc')
-rw-r--r-- | lib/PCommon.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/PCommon.cc b/lib/PCommon.cc index 16a8a3f..1ceec6a 100644 --- a/lib/PCommon.cc +++ b/lib/PCommon.cc @@ -46,7 +46,10 @@ PriorityList *PriorityList::GenericUnion(PriorityList * P) Key_t IKey; Datas_t IDatas; + cerr << "Dans l'union generique\n"; + while (!(P->IsEmpty())) { + cerr << "Extraction de la clef " << IKey << endl; IKey = P->Extract_Min(IDatas); Insert(IKey, IDatas); } |