Diana
0.8.3
|
00001 /* ----------------------------------------------------------------------------- 00002 * Diana process modelling, simulation and analysis software 00003 * Copyright (c) 2005, Michael Krasnyk 00004 * All rights reserved. 00005 * 00006 * This file is a part of Diana process modelling, simulation and analysis software 00007 * 00008 * Diana is free software; you can redistribute it and/or modify it 00009 * under the terms of the GNU General Public License as published 00010 * by the Free Software Foundation (see accompanying file LICENSE) 00011 * ----------------------------------------------------------------------------- 00012 * $Id: CapeOpen.hpp 8160 2009-03-16 18:36:30Z miha $ 00013 * ----------------------------------------------------------------------------- 00014 * Description: 00015 */ 00016 00017 #ifndef CAPE_OPEN_HPP 00018 #define CAPE_OPEN_HPP 00019 00020 // namespace Common 00021 #include <Basic/CapeTypes.hpp> 00022 #include <Basic/CapeVariant.hpp> 00023 #include <Basic/CapeException.hpp> 00024 #include <Basic/CapeBasic.hpp> 00025 #include <Basic/CapeParameter.hpp> 00026 #include <Basic/CapeNLPParameter.hpp> 00027 #include <Basic/CapeNLPData.hpp> 00028 #include <Basic/CapeNLPTask.hpp> 00029 00030 // namespace Numeric 00031 #include <Basic/CapeMatrix.hpp> 00032 #include <Basic/CapeESO.hpp> 00033 #include <Basic/CapeModel.hpp> 00034 #include <Basic/CapeSolver.hpp> 00035 00036 #endif // CAPE_OPEN_H