Subversion Repositories wimsdev

Rev

Rev 3839 | Rev 6785 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3839 Rev 5505
Line 142... Line 142...
142
 
142
 
143
v0.3   changed function update_Htotal in order to distinguish between 3-valent
143
v0.3   changed function update_Htotal in order to distinguish between 3-valent
144
       and 5-valent phosphorus (thanks to H. Feldman for this suggestion);
144
       and 5-valent phosphorus (thanks to H. Feldman for this suggestion);
145
       added a table (array ringprop) to store ring sizes and aromaticity for
145
       added a table (array ringprop) to store ring sizes and aromaticity for
146
       faster lookup; changed aromaticity detection (chk_arom) to be fully
146
       faster lookup; changed aromaticity detection (chk_arom) to be fully
147
       independent of KekulĂ© structures in condensed ring systems; changed add_ring
147
       independent of Kekule structures in condensed ring systems; changed add_ring
148
       to store new rings in ascending order (with respect to ring size): this
148
       to store new rings in ascending order (with respect to ring size): this
149
       will cause the aromaticity detection to start with smaller rings;
149
       will cause the aromaticity detection to start with smaller rings;
150
       added additional calls to chk_arom when in SSR ring search mode (to ensure
150
       added additional calls to chk_arom when in SSR ring search mode (to ensure
151
       that all aromatic rings are found); speeded up function is_newring;
151
       that all aromatic rings are found); speeded up function is_newring;
152
       added option "-M": this restores the behavior of previous versions,
152
       added option "-M": this restores the behavior of previous versions,