Ignore:
Timestamp:
07/29/16 00:21:21 (8 years ago)
Author:
oriona
Message:

PreconfiguredGenetics? added in geometrytestutils

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/_demos/geometry/geometrytestutils.cpp

    r544 r547  
    66
    77#include "../genotypeloader.h"
     8#include "frams/genetics/preconfigured.h"
    89#include <common/virtfile/stdiofile.h>
    910#include <math.h>
     
    5354        MiniGenotypeLoader loader(file);
    5455        MiniGenotype *genotype;
     56        PreconfiguredGenetics genetics;
    5557       
    5658        while (genotype = loader.loadNextGenotype())
     
    6769                                return 4;
    6870                        }
    69                        
     71                                               
    7072                        test(model);
    7173                        return 0;
Note: See TracChangeset for help on using the changeset viewer.