diff options
author | Pixel <> | 2001-03-05 01:30:36 +0000 |
---|---|---|
committer | Pixel <> | 2001-03-05 01:30:36 +0000 |
commit | dfd868ecf9e37a5e6954a073c3ba43a970f7ca54 (patch) | |
tree | 3c85775253afaa6c43148a8da46fa8a7803de62e /src/test.cc | |
parent | f1eb23d8a489aa0353b68aba47c065e3206920ac (diff) |
Projet quasi fini...
Diffstat (limited to 'src/test.cc')
-rw-r--r-- | src/test.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test.cc b/src/test.cc index 5a1bce5..bc53810 100644 --- a/src/test.cc +++ b/src/test.cc @@ -20,7 +20,7 @@ void exception(int e, char *msg) PriorityList *newlist(void) { - return new BinHeap; + return new FHeap; } void DoCombTest(int number) @@ -59,7 +59,6 @@ void FullTest(void) { PriorityList *T; Datas_t Datas; - char msg[10240]; Cell C1, C2; Key_t K; int i; |