Changeset 991
- Timestamp:
- 07/09/20 11:37:46 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fF/fF_conv.cpp
r779 r991 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-20 18Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2020 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 12 12 name = "10-parameter Foraminifera encoding"; 13 13 in_format = 'F'; 14 out_format = '0';14 out_format = "0s"; 15 15 mapsupport = 0; 16 16 cosines = new double[fF_LATITUDE_NUM];
Note: See TracChangeset
for help on using the changeset viewer.