Changeset 991 for cpp/frams


Ignore:
Timestamp:
07/09/20 11:37:46 (4 years ago)
Author:
Maciej Komosinski
Message:

Updated target genetic format for fF (foraminifera) genetic encoding (solids instead of ball-and-stick)

File:
1 edited

Legend:

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

    r779 r991  
    11// This file is a part of Framsticks SDK.  http://www.framsticks.com/
    2 // Copyright (C) 1999-2018  Maciej Komosinski and Szymon Ulatowski.
     2// Copyright (C) 1999-2020  Maciej Komosinski and Szymon Ulatowski.
    33// See LICENSE.txt for details.
    44
     
    1212        name = "10-parameter Foraminifera encoding";
    1313        in_format = 'F';
    14         out_format = '0';
     14        out_format = "0s";
    1515        mapsupport = 0;
    1616        cosines = new double[fF_LATITUDE_NUM];
Note: See TracChangeset for help on using the changeset viewer.