Changeset 139 for cpp/frams/genetics/oper_fx.h
- Timestamp:
- 02/20/14 17:49:28 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/oper_fx.h
r121 r139 160 160 161 161 /**\return a pointer to the simplest genotype string*/ 162 virtual c har* getSimplest() {return NULL;}162 virtual const char* getSimplest() {return NULL;} 163 163 164 164 /**You may want to have your genotype colored. This method provides desired character styles for genes.
Note: See TracChangeset
for help on using the changeset viewer.