Show
Ignore:
Timestamp:
14/08/09 16:29:27 (3 years ago)
Author:
westram
Message:
  • spellchecked all (phew)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/NTREE/AP_cprofile.cxx

    r5978 r6141  
    163163    CPRO.agonist=(char *)calloc((size_t)CPRO.numspecies,sizeof(char)); 
    164164    CPRO.antagonist=(char *)calloc((size_t)CPRO.numspecies,sizeof(char)); 
    165     speciesdatabase=(GBDATA **)calloc((size_t)CPRO.numspecies+1,sizeof(GBDATA *)); // Null termintated 
     165    speciesdatabase=(GBDATA **)calloc((size_t)CPRO.numspecies+1,sizeof(GBDATA *)); // Null terminated 
    166166    GBDATA *alidata; 
    167167 
     
    463463 * 
    464464 * Description:    This function compares every sequence with every sequence. 
    465  *                 It devides the matrix into segments and goes through each 
     465 *                 It divides the matrix into segments and goes through each 
    466466 *                 segment. Width of a segment depends on CPRO.partition. 
    467467 *                 MAX_MEMORY/2 is available.