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/PROBE/PT_family.cxx

    r6127 r6141  
    9797} 
    9898 
    99 /* Clear all informations in psg.data[i].stat */ 
     99/* Clear all information in psg.data[i].stat */ 
    100100static void clear_statistic(){ 
    101101    int i; 
     
    105105 
    106106 
    107 /* Calculate the statistic informations for the family */ 
     107/* Calculate the statistic information for the family */ 
    108108static void make_match_statistic(int probe_len, int sequence_length) { 
    109109    int i; 
     
    182182} 
    183183 
    184 /* Check the probe for inconsitencies */ 
     184/* Check the probe for inconsistencies */ 
    185185inline int probe_is_ok(char *probe, int probe_len, char first_c, char second_c) 
    186186{