CAnalyticDike.h

Go to the documentation of this file.
00001 #ifndef CANALYTICDIKE_H
00002 #define CANALYTICDIKE_H
00003 
00004 #include <complex>
00005 #include "../Abstract Classes/gentype.h"
00006 
00007 
00008 class CAnalyticDike{
00009 public:
00010         double rho1;
00011         double rho2;
00012         double height;
00013         double length;
00014         int sub;
00015         dcomp Z1;
00016         dcomp Z2;
00017         void CalcResponse(double freq, double distance);
00018         CAnalyticDike();
00019         virtual ~CAnalyticDike();
00020 };
00021 
00022 #endif // CANALYTICDIKE_H

Generated on Tue Aug 4 16:04:05 2009 for GPLIB++ by  doxygen 1.5.8