source: cpp/frams/genetics/fL/fL_conv.cpp @ 780

Last change on this file since 780 was 780, checked in by Maciej Komosinski, 6 years ago

Added sources for genetic encodings fB, fH, fL

File size: 119 bytes
Line 
1#include "fL_conv.h"
2
3SString GenoConv_fL0::convert(SString &i, MultiMap *map, bool using_checkpoints)
4{
5        return "";
6}
Note: See TracBrowser for help on using the repository browser.