Changeset 348 for cpp/frams/model/autoname.cpp
- Timestamp:
- 04/09/15 23:51:28 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified cpp/frams/model/autoname.cpp ΒΆ
r343 r348 38 38 unsigned int s1 = 0, s2 = 0, s3 = 0; 39 39 SString g = model.getGeno().getGene(); 40 const char *x = g ;40 const char *x = g.c_str(); 41 41 for (; *x; x++) { s1 += *x; s2 = s2**x + *x; s3 = (s3^*x) + *x; } 42 42 char* t = buf;
Note: See TracChangeset
for help on using the changeset viewer.