Changeset 6141 for trunk/AWT/AWT_tree.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/AWT/AWT_tree.cxx (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/AWT/AWT_tree.cxx
r6100 r6141 258 258 259 259 /***************************************************************************************** 260 ************ Matri zes **********260 ************ Matrices ********** 261 261 *****************************************************************************************/ 262 262 … … 1149 1149 error = GB_export_error("Internal Error: Target node has a database entry (but no name)"); 1150 1150 } 1151 else { /* exchange two group infos */1151 else { /* exchange information of two groups */ 1152 1152 GBDATA *tmp_node = new_group->gb_node; 1153 1153 char *tmp_name = new_group->name; … … 1426 1426 void AP_tree::_load_sequences_rek(char *use,GB_BOOL set_by_gbdata,long nnodes, long *counter) { 1427 1427 /* uses sequence -> filter !!! 1428 * loads all sequences re kursivly1428 * loads all sequences recursively 1429 1429 * clears sequence->is_set_flag 1430 1430 * flag = 0 with loading - 1 = without
