--- trunk/src/mengine/src/read_sdf.c 2009/02/19 01:37:38 103 +++ trunk/src/mengine/src/read_sdf.c 2009/02/20 14:09:46 104 @@ -45,7 +45,7 @@ void get_tag(char *,char *); static void mopaco(int start_atom,int end_atom); void get_molecule_memory(int); -void get_rings(int natom,int (*)[MAXIAT],long int *flags); +void get_rings(int natom,int **iat,long int *flags); double get_dipole_moment(void); double get_total_energy(void); char *get_structure_title(void); @@ -227,7 +227,7 @@ if (niatom == 0) return FALSE; // get memory for molecule - // get_molecule_memory(niatom); + get_molecule_memory(niatom); // allocate space for aromatic bonds numbonds = 0; ib1 = ivector(0,nibond);