Ignore:
Timestamp:
02/17/18 19:02:07 (6 years ago)
Author:
Maciej Komosinski
Message:

Added the new "using_checkpoints" argument to genetic converters so they can now call Model.checkpoint() when desired, see conv_f1.cpp for an example

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/fF/conv_fF.cpp

    r667 r736  
    11// This file is a part of Framsticks SDK.  http://www.framsticks.com/
    2 // Copyright (C) 1999-2017  Maciej Komosinski and Szymon Ulatowski.
     2// Copyright (C) 1999-2018  Maciej Komosinski and Szymon Ulatowski.
    33// See LICENSE.txt for details.
    44
     
    3636}
    3737
    38 SString GenoConv_fF0::convert(SString &in, MultiMap *map)
     38SString GenoConv_fF0::convert(SString &in, MultiMap *map, bool using_checkpoints)
    3939{
    4040        fF_growth_params gp;
Note: See TracChangeset for help on using the changeset viewer.