Ignore:
Timestamp:
02/28/18 19:41:33 (6 years ago)
Author:
Maciej Komosinski
Message:

Configured and activated the new "fn" genetic representation

File:
1 edited

Legend:

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

    r286 r748  
    4040#include "fF/conv_fF.h"
    4141#endif
     42#ifdef USE_GENCONV_fn0
     43#include "fn/conv_fn.h"
     44#endif
    4245
    4346void DefaultGenoConvManager::addDefaultConverters()
     
    7679        addConverter(new GenoConv_fF0);
    7780#endif
     81#ifdef USE_GENCONV_fn0
     82        addConverter(new GenoConv_fn0);
     83#endif
    7884
    7985        param.updatetab();
Note: See TracChangeset for help on using the changeset viewer.