Changeset 247 for cpp/frams/genetics/f4/oper_f4.cpp
- Timestamp:
- 11/07/14 17:51:01 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/f4/oper_f4.cpp
r199 r247 606 606 607 607 608 u nsigned longGeno_f4::style(const char *g, int pos)608 uint32_t Geno_f4::style(const char *g, int pos) 609 609 { 610 610 char ch = g[pos]; … … 616 616 if (!strchr(STYL4CAT_MODIFIC STYL4CAT_NEUMOD STYL4CAT_DIGIT STYL4CAT_REST, ch)) 617 617 return GENSTYLE_CS(0, GENSTYLE_INVALID); 618 u nsigned longstyle = GENSTYLE_CS(0, GENSTYLE_STRIKEOUT); //default, should be changed below618 uint32_t style = GENSTYLE_CS(0, GENSTYLE_STRIKEOUT); //default, should be changed below 619 619 if (strchr("X ", ch)) style = GENSTYLE_CS(0, GENSTYLE_NONE); 620 620 if (strchr("N", ch)) style = GENSTYLE_RGBS(0, 200, 0, GENSTYLE_NONE);
Note: See TracChangeset
for help on using the changeset viewer.