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/multiline_f0_test.cpp

    r391 r534  
    2626        }
    2727Geno g(gen);
    28 printf("\nSource genotype: '%s'\n",g.getGene().c_str());
     28printf("\nSource genotype: '%s'\n",g.getGenes().c_str());
    2929printf("                  ( format %c %s)\n",
    3030       g.getFormat(), g.getComment().c_str());
     
    3737        return 2;       
    3838        }
    39 printf("Converted to f0:\n%s\n",m.getF0Geno().getGene().c_str());
     39printf("Converted to f0:\n%s\n",m.getF0Geno().getGenes().c_str());
    4040
    4141printf("\nusing Param::save() to create the \"expanded\" form of the f0 genotype...\n(MultiParamLoader should be able to load this)");
Note: See TracChangeset for help on using the changeset viewer.