Changeset 457 for cpp/frams/_demos


Ignore:
Timestamp:
02/01/16 00:57:30 (8 years ago)
Author:
oriona
Message:

Vectors declaration shortened.

File:
1 edited

Legend:

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

    r455 r457  
    7171
    7272    // prepare output parameters from .gen file
    73     vector<Geno *> pvGenos = vector<Geno *>();
    74     vector<char *> pvNames = vector<char *>();
     73    vector<Geno *> pvGenos;
     74    vector<char *> pvNames;
    7575
    7676    // check if there is a switch
Note: See TracChangeset for help on using the changeset viewer.