[Avl-cvs] avl/src test.cpp,1.7,1.8
Brought to you by:
hetfield666,
jah2003
From: Patrizio B. <het...@us...> - 2004-09-06 16:03:38
|
Update of /cvsroot/avl/avl/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26486 Modified Files: test.cpp Log Message: fix Index: test.cpp =================================================================== RCS file: /cvsroot/avl/avl/src/test.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** test.cpp 6 Sep 2004 13:16:36 -0000 1.7 --- test.cpp 6 Sep 2004 16:03:25 -0000 1.8 *************** *** 234,238 **** base_tree_size è la dimensione dell'albero */ ! tree_dimensions=base_tree_size; switch (kind){ --- 234,238 ---- base_tree_size è la dimensione dell'albero */ ! avlt = bst= NULL; tree_dimensions=base_tree_size; switch (kind){ |