www.pudn.com > Genecircus20070919.rar > Gene.cpp
// Gene.cpp: implementation of the Gene class.
//
//////////////////////////////////////////////////////////////////////
#include "Gene.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
Gene::Gene()
{
if_have_other = false;
concentration = 0.0;
index = 0;
delete_if = false;
}
Gene::~Gene()
{
}