Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Integration.cpp

Go to the documentation of this file.
00001 // Integration.cpp: implementation of the CIntegration class.
00002 //
00004 
00005 #include "Equations.h"
00006 #include "Components.h"
00007 #include "Cell.h"
00008 #include "Display.h"
00009 #include "Geometry.h"
00010 #include "DNA.h"
00011 #include "Integration.h"
00012 
00014 // Construction/Destruction
00016 
00017 CIntegration::CIntegration()
00018 {
00019 
00020 }
00021 
00022 CIntegration::~CIntegration()
00023 {
00024 
00025 }
00026 
00027 CIntegration::CIntegration(CEquations *CEqns)
00028 {
00029 
00030 }

Generated on Mon Nov 3 09:37:55 2003 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002