Changeset 348 for cpp/frams/genetics/fT
- Timestamp:
- 04/09/15 23:51:28 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fT/oper_fTest.cpp
r319 r348 77 77 if (strchr("ATGC", gene[i])) validated += gene[i]; //validated contains only ATGC 78 78 free(gene); 79 gene = strdup(validated ); //reallocate79 gene = strdup(validated.c_str()); //reallocate 80 80 return GENOPER_OK; 81 81 }
Note: See TracChangeset
for help on using the changeset viewer.