Index: mttroot/mtt/bin/trans/m/cbg2ese.m ================================================================== --- mttroot/mtt/bin/trans/m/cbg2ese.m +++ mttroot/mtt/bin/trans/m/cbg2ese.m @@ -21,10 +21,13 @@ ## ############################################################### ## ## Version control history ## ############################################################### ## ## $Id$ ## ## $Log$ + ## ## Revision 1.46 2002/08/20 15:51:17 gawthrop + ## ## Update to work with ident DIY rep + ## ## ## ## Revision 1.45 2002/05/22 09:15:03 gawthrop ## ## Non-repetitive components no longer use _1 in names ## ## ## ## Revision 1.44 2001/11/11 18:12:30 geraint ## ## Moved fflush(structure_file) out of loop. @@ -527,13 +530,14 @@ for which_index=which_indices value = structure(which_index); value_change=value-old_structure(which_index); for k=1:value_change fprintf(structure_file, ... - "%s\t%i\t%s\t%s_%s\t%i\n", ... + "%s\t%i\t%s\t%s_%s\t%i\t%s\t%s\n", ... structure_name(which_index,:), value-k+1, ... - comp_name, full_name_repetition, comp_name, repetition); + comp_name, full_name_repetition, comp_name, \ + repetition, cause2name(-comp_bonds(1)), full_name_repetition ); endfor; endfor; endif; endif endfor