Line | |
---|
1 | /*
|
---|
2 | * CreateConstraintsPrognostic2.c:
|
---|
3 | */
|
---|
4 |
|
---|
5 | #include "../../DataSet/DataSet.h"
|
---|
6 | #include "../../toolkits/toolkits.h"
|
---|
7 | #include "../../io/io.h"
|
---|
8 | #include "../../EnumDefinitions/EnumDefinitions.h"
|
---|
9 | #include "../../objects/objects.h"
|
---|
10 | #include "../../shared/shared.h"
|
---|
11 | #include "../ModelProcessorx.h"
|
---|
12 |
|
---|
13 | void CreateConstraintsPrognostic2(DataSet** pconstraints, IoModel* iomodel,ConstDataHandle iomodel_handle){
|
---|
14 |
|
---|
15 | DataSet* constraints = NULL;
|
---|
16 |
|
---|
17 | /*Create constraints: */
|
---|
18 | constraints = new DataSet(ConstraintsEnum);
|
---|
19 |
|
---|
20 | /*Assign output pointer: */
|
---|
21 | *pconstraints=constraints;
|
---|
22 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.