From 775858335e297f40bb6a0b3065cafa8e72bd9de0 Mon Sep 17 00:00:00 2001 From: Pixel <> Date: Wed, 21 Mar 2001 11:27:19 +0000 Subject: Still bugfixing --- lib/PCommon.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') 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); } -- cgit v1.2.3