Changeset 743 for cpp/frams/genetics/f1
- Timestamp:
- 02/26/18 19:57:44 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/f1/conv_f1.cpp
r732 r743 454 454 else if ((i = last_f1_neuro->extraProperties().findIdn(begin, colon - begin)) >= 0) 455 455 { 456 last_f1_neuro->extraProperties().set (i, colon + 1);456 last_f1_neuro->extraProperties().setFromString(i, colon + 1); 457 457 } 458 458 else if (isupper(begin[0]) || strchr("*|@", begin[0]))
Note: See TracChangeset
for help on using the changeset viewer.