summaryrefslogtreecommitdiff
path: root/src/phenotype.cpp
blob: 1eca17053e8f3eb2dcc459ea5f40c0091e3efd96 (plain)
1
2
3
4
5
6
7
8
9
10
#include "genetic/phenotype.h"

Genetic::Phenotype::Phenotype()
{
}

Genetic::Phenotype::~Phenotype()
{
}