Ignore:
Timestamp:
07/20/16 01:17:14 (8 years ago)
Author:
Maciej Komosinski
Message:

Renamed: get/setGene -> get/setGenes, setGeneOnly -> setGenesAssumingSameFormat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/_demos/f0_variants_test.cpp

    r391 r534  
    11// This file is a part of Framsticks SDK.  http://www.framsticks.com/
    2 // Copyright (C) 1999-2015  Maciej Komosinski and Szymon Ulatowski.
     2// Copyright (C) 1999-2016  Maciej Komosinski and Szymon Ulatowski.
    33// See LICENSE.txt for details.
    44
     
    9494        }
    9595Geno g(gen);
    96 printf("\nSource genotype: '%s'\n",g.getGene().c_str());
     96printf("\nSource genotype: '%s'\n",g.getGenes().c_str());
    9797printf("                  ( format %c %s)\n",
    9898       g.getFormat(), g.getComment().c_str());
Note: See TracChangeset for help on using the changeset viewer.