Ignore:
Timestamp:
02/01/15 01:08:50 (9 years ago)
Author:
Maciej Komosinski
Message:

Fixed compilation warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/genman.cpp

    r286 r319  
    101101GenMan::GenMan() : localpar(GMparam_tab, this), localstats(GMstats_tab, this),
    102102seloperpar("GenOperators", "Genetics: Active operators"),
    103 par("GenMan", "Manages various genetic operations, using appropriate operators for the argument genotype format."),
    104 neuronsparam("Genetics: Neurons to add", "neuronsAdd", "neuadd_")
     103neuronsparam("Genetics: Neurons to add", "neuronsAdd", "neuadd_"),
     104par("GenMan", "Manages various genetic operations, using appropriate operators for the argument genotype format.")
    105105{
    106106        history = 0;
Note: See TracChangeset for help on using the changeset viewer.