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