# | Line 37 | Line 37 | |
---|---|---|
37 | void avgleg(void); | |
38 | void get_tag(char *,char *); | |
39 | static void mopaco(int start_atom,int end_atom); | |
40 | + | void get_rings(void); |
41 | // ================================== | |
42 | /* | |
43 | * flags - indicates whether dipole, xlogp or vibrational calculations were done | |
# | Line 441 | Line 442 | |
442 | // if (has_aromatic) | |
443 | // need to deal with aromatic bonds | |
444 | L_DONE: | |
445 | + | get_rings(); |
446 | quick_type(); | |
447 | if (has_Aromatic) | |
448 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |