[clib] Make clib headers public
This commit is contained in:
parent
5d7c8f393b
commit
deee889baf
36 changed files with 42 additions and 42 deletions
|
|
@ -11,7 +11,7 @@
|
|||
#include "cantera/base/global.h"
|
||||
#include "cantera/base/ctexceptions.h"
|
||||
#include "../base/application.h"
|
||||
#include "clib_defs.h"
|
||||
#include "cantera/clib/clib_defs.h"
|
||||
#include <iostream>
|
||||
|
||||
namespace Cantera
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
// at http://www.cantera.org/license.txt for license and copyright information.
|
||||
|
||||
#define CANTERA_USE_INTERNAL
|
||||
#include "ct.h"
|
||||
#include "cantera/clib/ct.h"
|
||||
|
||||
// Cantera includes
|
||||
#include "cantera/kinetics/KineticsFactory.h"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
// at http://www.cantera.org/license.txt for license and copyright information.
|
||||
|
||||
#define CANTERA_USE_INTERNAL
|
||||
#include "ctfunc.h"
|
||||
#include "cantera/clib/ctfunc.h"
|
||||
|
||||
#include "cantera/numerics/Func1.h"
|
||||
#include "cantera/base/ctexceptions.h"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
// at http://www.cantera.org/license.txt for license and copyright information.
|
||||
|
||||
#define CANTERA_USE_INTERNAL
|
||||
#include "ctmultiphase.h"
|
||||
#include "cantera/clib/ctmultiphase.h"
|
||||
|
||||
// Cantera includes
|
||||
#include "cantera/equil/MultiPhase.h"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
#define CANTERA_USE_INTERNAL
|
||||
|
||||
#include "ctonedim.h"
|
||||
#include "cantera/clib/ctonedim.h"
|
||||
|
||||
// Cantera includes
|
||||
#include "cantera/oneD/Sim1D.h"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
// at http://www.cantera.org/license.txt for license and copyright information.
|
||||
|
||||
#define CANTERA_USE_INTERNAL
|
||||
#include "ctreactor.h"
|
||||
#include "cantera/clib/ctreactor.h"
|
||||
|
||||
// Cantera includes
|
||||
#include "cantera/zeroD/Reactor.h"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
// at http://www.cantera.org/license.txt for license and copyright information.
|
||||
|
||||
#define CANTERA_USE_INTERNAL
|
||||
#include "ctrpath.h"
|
||||
#include "cantera/clib/ctrpath.h"
|
||||
|
||||
// Cantera includes
|
||||
#include "cantera/kinetics/ReactionPath.h"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
// clib header information
|
||||
#define CANTERA_USE_INTERNAL
|
||||
#include "ctsurf.h"
|
||||
#include "cantera/clib/ctsurf.h"
|
||||
|
||||
// Cantera includes
|
||||
#include "cantera/thermo/SurfPhase.h"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
// at http://www.cantera.org/license.txt for license and copyright information.
|
||||
|
||||
#define CANTERA_USE_INTERNAL
|
||||
#include "ctxml.h"
|
||||
#include "cantera/clib/ctxml.h"
|
||||
|
||||
// Cantera includes
|
||||
#include "cantera/base/ctml.h"
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@
|
|||
#include "clib/Cabinet.h"
|
||||
#include "cantera/kinetics/InterfaceKinetics.h"
|
||||
|
||||
#include "clib/clib_defs.h"
|
||||
#include "clib/ct.h"
|
||||
#include "cantera/clib/clib_defs.h"
|
||||
#include "cantera/clib/ct.h"
|
||||
|
||||
using namespace Cantera;
|
||||
|
||||
|
|
|
|||
|
|
@ -8,13 +8,13 @@
|
|||
#include <string.h>
|
||||
#include <iostream>
|
||||
|
||||
#include "clib/ct.h"
|
||||
#include "clib/ctreactor.h"
|
||||
#include "clib/ctonedim.h"
|
||||
#include "clib/ctmultiphase.h"
|
||||
#include "clib/ctxml.h"
|
||||
#include "clib/ctfunc.h"
|
||||
#include "clib/ctrpath.h"
|
||||
#include "cantera/clib/ct.h"
|
||||
#include "cantera/clib/ctreactor.h"
|
||||
#include "cantera/clib/ctonedim.h"
|
||||
#include "cantera/clib/ctmultiphase.h"
|
||||
#include "cantera/clib/ctxml.h"
|
||||
#include "cantera/clib/ctfunc.h"
|
||||
#include "cantera/clib/ctrpath.h"
|
||||
#include "ctmatutils.h"
|
||||
|
||||
using namespace std;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
#include <string>
|
||||
|
||||
#include "clib/ct.h"
|
||||
#include "cantera/clib/ct.h"
|
||||
#include "ctmatutils.h"
|
||||
#include "mllogger.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
// at http://www.cantera.org/license.txt for license and copyright information.
|
||||
|
||||
#include "ctmatutils.h"
|
||||
#include "clib/ctreactor.h"
|
||||
#include "clib/ct.h"
|
||||
#include "cantera/clib/ctreactor.h"
|
||||
#include "cantera/clib/ct.h"
|
||||
|
||||
void flowdevicemethods(int nlhs, mxArray* plhs[],
|
||||
int nrhs, const mxArray* prhs[])
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
// at http://www.cantera.org/license.txt for license and copyright information.
|
||||
|
||||
#include "ctmatutils.h"
|
||||
#include "clib/ctfunc.h"
|
||||
#include "clib/ct.h"
|
||||
#include "cantera/clib/ctfunc.h"
|
||||
#include "cantera/clib/ct.h"
|
||||
|
||||
void funcmethods(int nlhs, mxArray* plhs[],
|
||||
int nrhs, const mxArray* prhs[])
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
// at http://www.cantera.org/license.txt for license and copyright information.
|
||||
|
||||
#include "ctmatutils.h"
|
||||
#include "clib/ct.h"
|
||||
#include "cantera/clib/ct.h"
|
||||
|
||||
void checkNArgs(const int n, const int nrhs)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@
|
|||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
#include "clib/ctmultiphase.h"
|
||||
#include "clib/ct.h"
|
||||
#include "cantera/clib/ctmultiphase.h"
|
||||
#include "cantera/clib/ct.h"
|
||||
#include "ctmatutils.h"
|
||||
using namespace std;
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#include <vector>
|
||||
|
||||
#include "ctmatutils.h"
|
||||
#include "clib/ctonedim.h"
|
||||
#include "cantera/clib/ctonedim.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
// at http://www.cantera.org/license.txt for license and copyright information.
|
||||
|
||||
#include "ctmatutils.h"
|
||||
#include "clib/ct.h"
|
||||
#include "cantera/clib/ct.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
// This file is part of Cantera. See License.txt in the top-level directory or
|
||||
// at http://www.cantera.org/license.txt for license and copyright information.
|
||||
|
||||
#include "clib/ctreactor.h"
|
||||
#include "clib/ct.h"
|
||||
#include "cantera/clib/ctreactor.h"
|
||||
#include "cantera/clib/ct.h"
|
||||
#include "ctmatutils.h"
|
||||
|
||||
void reactormethods(int nlhs, mxArray* plhs[],
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
// This file is part of Cantera. See License.txt in the top-level directory or
|
||||
// at http://www.cantera.org/license.txt for license and copyright information.
|
||||
|
||||
#include "clib/ctreactor.h"
|
||||
#include "clib/ct.h"
|
||||
#include "cantera/clib/ctreactor.h"
|
||||
#include "cantera/clib/ct.h"
|
||||
#include "ctmatutils.h"
|
||||
|
||||
void reactornetmethods(int nlhs, mxArray* plhs[],
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
// This file is part of Cantera. See License.txt in the top-level directory or
|
||||
// at http://www.cantera.org/license.txt for license and copyright information.
|
||||
|
||||
#include "clib/ctreactor.h"
|
||||
#include "clib/ct.h"
|
||||
#include "cantera/clib/ctreactor.h"
|
||||
#include "cantera/clib/ct.h"
|
||||
#include "ctmatutils.h"
|
||||
|
||||
void reactorsurfacemethods(int nlhs, mxArray* plhs[],
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
#include <vector>
|
||||
|
||||
#include "ctmatutils.h"
|
||||
#include "clib/ctsurf.h"
|
||||
#include "clib/ct.h"
|
||||
#include "cantera/clib/ctsurf.h"
|
||||
#include "cantera/clib/ct.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
// This file is part of Cantera. See License.txt in the top-level directory or
|
||||
// at http://www.cantera.org/license.txt for license and copyright information.
|
||||
|
||||
#include "clib/ct.h"
|
||||
#include "cantera/clib/ct.h"
|
||||
#include "ctmatutils.h"
|
||||
#include <vector>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <fstream>
|
||||
|
||||
#include "clib/ct.h"
|
||||
#include "cantera/clib/ct.h"
|
||||
#include "ctmatutils.h"
|
||||
|
||||
void reportError();
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
// This file is part of Cantera. See License.txt in the top-level directory or
|
||||
// at http://www.cantera.org/license.txt for license and copyright information.
|
||||
|
||||
#include "clib/ctreactor.h"
|
||||
#include "clib/ct.h"
|
||||
#include "cantera/clib/ctreactor.h"
|
||||
#include "cantera/clib/ct.h"
|
||||
#include "ctmatutils.h"
|
||||
|
||||
void wallmethods(int nlhs, mxArray* plhs[],
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
// This file is part of Cantera. See License.txt in the top-level directory or
|
||||
// at http://www.cantera.org/license.txt for license and copyright information.
|
||||
|
||||
#include "clib/ctxml.h"
|
||||
#include "clib/ct.h"
|
||||
#include "cantera/clib/ctxml.h"
|
||||
#include "cantera/clib/ct.h"
|
||||
#include "ctmatutils.h"
|
||||
|
||||
void reportError();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue