Diana  0.8.3
IDianaNLAESO.hpp
00001 #ifndef IDIANA_NLAESO_HPP
00002 #define IDIANA_NLAESO_HPP
00003 
00004 #include <CapeOpen.hpp>
00005 
00006 namespace Diana {
00007 
00010   class IDianaNLAESO : virtual public Numeric::Solvers::Eso::ICapeNumericNLAESO {
00011   public:
00013     virtual ~IDianaNLAESO(){};
00014 
00015         };
00016 };
00017 
00018 #endif // IDIANA_NLAESO_HPP
00019 
00020