www.pudn.com > Genecircus20070919.rar > Integration.h


// Integration.h: interface for the Integration class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_INTEGRATION_H__3B0FB727_2D55_4242_870E_537BA7858203__INCLUDED_) 
#define AFX_INTEGRATION_H__3B0FB727_2D55_4242_870E_537BA7858203__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
class Integration   
{ 
public: 
	Integration(); 
	virtual ~Integration(); 
	double * x; 
	double * w; 
	double qgaus(double up,double low); 
 
}; 
 
#endif // !defined(AFX_INTEGRATION_H__3B0FB727_2D55_4242_870E_537BA7858203__INCLUDED_)