Go to the documentation of this file.00001
00002
00003
00004
00005
00006 #ifndef lplGal010_hh
00007 #define lplGal010_hh
00008
00009 #ifdef __GNUG__
00010 #pragma interface
00011 #endif
00012
00013 #include "bem/element.hh"
00014
00015 namespace bem {
00016
00017
00018
00024 template <class F>
00025 class LplGal010 {
00026 public:
00036 void operator()(const Constant3d000<F>& elmX, const Constant3d000<F>& elmY,
00037 const uint acry[], F* dlp) const;
00038 };
00039
00040 }
00041
00042 #endif // lplGal010_hh