Changeset 6141 for trunk/NTREE/AP_cprofile.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/NTREE/AP_cprofile.cxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/NTREE/AP_cprofile.cxx
r5978 r6141 163 163 CPRO.agonist=(char *)calloc((size_t)CPRO.numspecies,sizeof(char)); 164 164 CPRO.antagonist=(char *)calloc((size_t)CPRO.numspecies,sizeof(char)); 165 speciesdatabase=(GBDATA **)calloc((size_t)CPRO.numspecies+1,sizeof(GBDATA *)); // Null termin tated165 speciesdatabase=(GBDATA **)calloc((size_t)CPRO.numspecies+1,sizeof(GBDATA *)); // Null terminated 166 166 GBDATA *alidata; 167 167 … … 463 463 * 464 464 * Description: This function compares every sequence with every sequence. 465 * It d evides the matrix into segments and goes through each465 * It divides the matrix into segments and goes through each 466 466 * segment. Width of a segment depends on CPRO.partition. 467 467 * MAX_MEMORY/2 is available.
