Ignore:
Timestamp:
04/11/18 01:16:08 (6 years ago)
Author:
Maciej Komosinski
Message:

Removed unused "state" field (issue number 19), improved docs (issues number 20,21,23), code formatting (issue number 24) [closes #62]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/f4/conv_f4.h

    r760 r774  
    3232         * @return generated f0 genotype
    3333         */
    34         SString convert(SString &in, MultiMap * map, bool using_checkpoints);
     34        SString convert(SString &in, MultiMap *map, bool using_checkpoints);
    3535};
    3636
     
    5757         * @return generated approximate f1 genotype
    5858         */
    59         SString convert(SString &in, MultiMap * map, bool using_checkpoints);
     59        SString convert(SString &in, MultiMap *map, bool using_checkpoints);
    6060};
    6161
     
    8282        void     toF1Geno(SString &out);       // output to f1 format, approximation
    8383private:
    84         f4_Cells * cells;
    85         int        buildModelRec(f4_Cell * ndad);
     84        f4_Cells *cells;
     85        int        buildModelRec(f4_Cell *ndad);
    8686        /**
    8787         * Get a cell which is a stick, by traversing dadlinks.
    8888         */
    89         f4_Cell *  getStick(f4_Cell * C);
     89        f4_Cell* getStick(f4_Cell *C);
    9090        int        error;
    9191        int        errorpos;
Note: See TracChangeset for help on using the changeset viewer.