Changeset 534 for cpp/frams/_demos/f0_variants_test.cpp
- Timestamp:
- 07/20/16 01:17:14 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/f0_variants_test.cpp
r391 r534 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-201 5Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2016 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 94 94 } 95 95 Geno g(gen); 96 printf("\nSource genotype: '%s'\n",g.getGene ().c_str());96 printf("\nSource genotype: '%s'\n",g.getGenes().c_str()); 97 97 printf(" ( format %c %s)\n", 98 98 g.getFormat(), g.getComment().c_str());
Note: See TracChangeset
for help on using the changeset viewer.