Show
Ignore:
Timestamp:
14/08/09 16:29:27 (3 years ago)
Author:
westram
Message:
  • spellchecked all (phew)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/AWT/awt_tree.hxx

    r6127 r6141  
    177177public: 
    178178    AP_FLOAT **m; 
    179     char    **x_description; // optional discription, strdupped 
     179    char    **x_description; // optional description, strdupped 
    180180    char    **y_description; 
    181181    long    size; 
     
    184184    void create_awars(AW_root *awr,const char *awar_prefix); 
    185185    void read_awars(AW_root *awr,const char *awar_prefix); 
    186     void normize();     // set average non diag element to 1.0 (only for descripted elements 
     186    void normize();     // set average non diag element to 1.0 (only for described elements) 
    187187    void create_input_fields(AW_window *aww,const char *awar_prefix); 
    188188    void set_description(const char *xstring,const char *ystring); 
     
    228228    GBDATA  *gb_main; 
    229229    GBDATA  *gb_tree; 
    230     GBDATA  *gb_tree_gone; // if all leafes have been removed by tree operations, remember 'gb_tree' here (see inform_about_changed_root) 
     230    GBDATA  *gb_tree_gone; // if all leaves have been removed by tree operations, remember 'gb_tree' here (see inform_about_changed_root) 
    231231    GBDATA *gb_species_data; 
    232232    GBDATA *gb_table_data; 
     
    358358    virtual void insert(AP_tree *new_brother); 
    359359    virtual void remove(void);                      // no delete of father 
    360     virtual void swap_assymetric(AP_TREE_SIDE modus); // 0 = AP_LEFT_son  1=AP_RIGHT_son 
     360    virtual void swap_assymetric(AP_TREE_SIDE mode); // 0 = AP_LEFT_son  1=AP_RIGHT_son 
    361361    void         swap_sons(void);                   // exchange sons 
    362362