Line | |
---|
1 | /*** Database default init routine ***/
|
---|
2 | /*** Generated automatically using the dbin tool. */
|
---|
3 | /*** Not to be modified by user. */
|
---|
4 | #include "mcf_ntubld_db.h"
|
---|
5 | void mcf_ntubldInit() {
|
---|
6 |
|
---|
7 | /***** template line_title *****/
|
---|
8 | /* char line " " */
|
---|
9 | /* end template */
|
---|
10 | *n_obj_line_title=0;
|
---|
11 |
|
---|
12 | /***** template header *****/
|
---|
13 | /* char title */
|
---|
14 | /* char version */
|
---|
15 | /* char nameMaxIndex */
|
---|
16 | /* int maxMult */
|
---|
17 | /* int orgStyle */
|
---|
18 | /* int nVar */
|
---|
19 | /* end template */
|
---|
20 | *n_obj_header=0;
|
---|
21 |
|
---|
22 | /***** template variable *****/
|
---|
23 | /* char name */
|
---|
24 | /* char description */
|
---|
25 | /* int type */
|
---|
26 | /* char isFixedSize */
|
---|
27 | /* int numDim */
|
---|
28 | /* int dimensions(5) */
|
---|
29 | /* end template */
|
---|
30 | *n_obj_variable=0;
|
---|
31 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.