Ignore:
Timestamp:
07/20/20 16:37:38 (4 years ago)
Author:
Maciej Komosinski
Message:

fS: faster collision detection, depends on "geometry" algorithms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/fS/fS_conv.cpp

    r1006 r1017  
    55#include "fS_conv.h"
    66
    7 SString GenoConv_fS0::convert(SString &i, MultiMap *map, bool using_checkpoints)
     7SString GenoConv_fS0s::convert(SString &i, MultiMap *map, bool using_checkpoints)
    88{
    99        fS_Genotype *genotype;
     
    1414        catch (fS_Exception &e)
    1515        {
    16                 logPrintf("GenoConv_fS0", "convert", LOG_ERROR, e.what());
     16                logPrintf("GenoConv_fS0s", "convert", LOG_ERROR, e.what());
    1717                return SString();
    1818        }
Note: See TracChangeset for help on using the changeset viewer.