mirror of
https://github.com/Discngine/fpocket.git
synced 2026-06-04 11:54:21 +08:00
issue-80 dropping useless lines
This commit is contained in:
@@ -142,7 +142,7 @@ s_min_max_coords *float_get_min_max_from_pdb(s_pdb *pdb);
|
||||
void init_coord_grid(s_pdb *pdb);
|
||||
void create_coord_grid(s_pdb *pdb);
|
||||
void fill_coord_grid(s_pdb *pdb);
|
||||
s_atom_ptr_list *init_atom_ptr_list(void);
|
||||
// s_atom_ptr_list *init_atom_ptr_list(void);
|
||||
|
||||
|
||||
short get_mm_type_from_element(char *symbol);
|
||||
|
||||
@@ -277,7 +277,6 @@ void init_coord_grid(s_pdb *pdb)
|
||||
g->atom_ptr[cx][cy] = (s_atom_ptr_list *)my_malloc(sizeof(s_atom_ptr_list) * g->nz);
|
||||
for (cz = 0; cz < g->nz; cz++)
|
||||
{
|
||||
// g->atom_ptr[cx][cy][cz] = *init_atom_ptr_list();
|
||||
g->atom_ptr[cx][cy][cz].natoms = 0;
|
||||
g->atom_ptr[cx][cy][cz].latoms = (s_atm **)my_malloc(sizeof(s_atm *));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user