Changeset 6141 for trunk/PROBE/PT_family.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/PROBE/PT_family.cxx (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PROBE/PT_family.cxx
r6127 r6141 97 97 } 98 98 99 /* Clear all information sin psg.data[i].stat */99 /* Clear all information in psg.data[i].stat */ 100 100 static void clear_statistic(){ 101 101 int i; … … 105 105 106 106 107 /* Calculate the statistic information sfor the family */107 /* Calculate the statistic information for the family */ 108 108 static void make_match_statistic(int probe_len, int sequence_length) { 109 109 int i; … … 182 182 } 183 183 184 /* Check the probe for inconsi tencies */184 /* Check the probe for inconsistencies */ 185 185 inline int probe_is_ok(char *probe, int probe_len, char first_c, char second_c) 186 186 {
