124 for(p=pdb, i=0; p!=
NULL;
NEXT(p)) i++;
128 if((indx = (
PDB **)malloc((i+1) *
sizeof(
PDB *)))==
NULL)
164 if(p->
atnum > maxAtnum)
168 *indexSize = maxAtnum + 1;
170 if((index=(
PDB **)calloc((*indexSize),
sizeof(
PDB *)))!=
NULL)
PDB ** blIndexPDB(PDB *pdb, int *natom)
Include file for PDB routines.
PDB ** blIndexAtomNumbersPDB(PDB *pdb, int *indexSize)
System-type variable type definitions.
Type definitions for maths.