Changeset 6141 for trunk/PARSIMONY/ap_tree_nlen.hxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/PARSIMONY/ap_tree_nlen.hxx (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PARSIMONY/ap_tree_nlen.hxx
r5837 r6141 71 71 void insert(AP_tree *new_brother); 72 72 void remove(void); 73 void swap_assymetric(AP_TREE_SIDE mod us);73 void swap_assymetric(AP_TREE_SIDE mode); 74 74 void moveTo(AP_tree *new_brother, AP_FLOAT rel_pos); // if unsure, use cantMoveTo to test if possible 75 75 void set_root(); … … 90 90 int rek_breite_anz, 91 91 const int rek_deep_max, 92 double (*funktion)(double,double *,int),92 double (*function)(double,double *,int), 93 93 double *param_liste, 94 94 int param_anz, … … 97 97 AP_FLOAT pars_prev, 98 98 AP_KL_FLAG searchflag, 99 AP_BOOL *ab bruch_flag);99 AP_BOOL *abort_flag); 100 100 101 101 // for crossover creates a list of 3 times the nodes with all
