new_map_win.h
branchgui
changeset 121 637c12cbd64c
parent 120 9166130d8d56
child 174 95872af46fc4
     1.1 --- a/new_map_win.h	Wed Jan 11 15:49:06 2006 +0000
     1.2 +++ b/new_map_win.h	Thu Jan 12 13:28:54 2006 +0000
     1.3 @@ -26,7 +26,9 @@
     1.4  
     1.5    ///Initial values of map elements can be given
     1.6    ///by numbers or by expressions. From expressions
     1.7 -  ///we build first a tree. This is the data structure
     1.8 +  ///we build first a tree according to the priorities
     1.9 +  ///of operations in the expression. This is the data
    1.10 +  ///structure
    1.11    ///that can store one tree element.
    1.12    struct tree_node
    1.13    {