www.pudn.com > Genecircus20070919.rar > Control.cpp
// Control.cpp: implementation of the CControl class.
//
//////////////////////////////////////////////////////////////////////
#include "Control.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
Ccontrol::Ccontrol()
{
supp_or_boost = false;
delete_or_keep = false;
mi = 0.0;
}
Ccontrol::~Ccontrol()
{
}