SST
11.0.0
StructuralSimulationToolkit
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
pymodel_unitalgebra.h
1
// -*- c++ -*-
2
3
// Copyright 2009-2021 NTESS. Under the terms
4
// of Contract DE-NA0003525 with NTESS, the U.S.
5
// Government retains certain rights in this software.
6
//
7
// Copyright (c) 2009-2021, NTESS
8
// All rights reserved.
9
//
10
// This file is part of the SST software package. For license
11
// information, see the LICENSE file in the top level directory of the
12
// distribution.
13
14
#ifndef SST_CORE_MODEL_PYMODEL_UNITALGEBRA_H
15
#define SST_CORE_MODEL_PYMODEL_UNITALGEBRA_H
16
17
#include <sst/core/sst_types.h>
18
19
extern
"C"
{
20
21
22
struct
UnitAlgebraPy_t
{
23
PyObject_HEAD
24
UnitAlgebra obj;
25
};
26
27
28
extern
PyTypeObject PyModel_UnitAlgebraType;
29
30
31
}
/* extern C */
32
33
34
#endif
UnitAlgebraPy_t
Definition:
pymodel_unitalgebra.h:22
src
sst
core
model
python
pymodel_unitalgebra.h
Generated on Fri Apr 30 2021 09:14:27 for SST by
1.8.5