Changeset 965 for cpp/frams/genetics/genman.h
- Timestamp:
- 06/27/20 23:14:01 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/genman.h
r955 r965 60 60 GenoOperators* getOper_f(const SString& format); 61 61 string HTMLize(const char *g, bool shorten); 62 string LaTeXize(const char *g); 62 63 int findOperFormatIndex(const SString& format); 63 64 public: … … 80 81 PARAMPROCDEF(p_htmlize); 81 82 PARAMPROCDEF(p_htmlizeshort); 83 PARAMPROCDEF(p_latexize); 82 84 PARAMPROCDEF(p_validate); 83 85 PARAMPROCDEF(p_mutate);
Note: See TracChangeset
for help on using the changeset viewer.