Skip to content

Commit

Permalink
Add otmorris.hxx
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Jun 5, 2023
1 parent 4ff8101 commit 3b525df
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 4 deletions.
3 changes: 2 additions & 1 deletion lib/include/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

ot_add_current_dir_to_include_dirs ()

ot_install_header_file ( OTMORRISprivate.hxx )
ot_install_header_file (OTMORRISprivate.hxx)
ot_install_header_file (otmorris.hxx)
30 changes: 30 additions & 0 deletions lib/include/otmorris/otmorris.hxx
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
// -*- C++ -*-
/**
* @brief The external header file of otmorris
*
* Copyright 2010-2023 Airbus-EDF-Phimeca
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*
*/

#ifndef OTMORRIS_HXX
#define OTMORRIS_HXX

#include "otmorris/Morris.hxx"
#include "otmorris/MorrisExperimentLHS.hxx"
#include "otmorris/MorrisExperimentGrid.hxx"

#endif

4 changes: 1 addition & 3 deletions lib/test/t_Morris_std.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

// OT includes
#include <openturns/OT.hxx>
#include "otmorris/Morris.hxx"
#include "otmorris/MorrisExperimentGrid.hxx"
#include "otmorris/MorrisExperimentLHS.hxx"
#include "otmorris/otmorris.hxx"

using namespace OT;
using namespace OTMORRIS;
Expand Down

0 comments on commit 3b525df

Please sign in to comment.