... | @@ -3,4 +3,5 @@ Below we provide a list of global variables that are accessible for users from ` |
... | @@ -3,4 +3,5 @@ Below we provide a list of global variables that are accessible for users from ` |
|
| variable name | scope | comment |
|
|
| variable name | scope | comment |
|
|
| ------ | ------ | ------ |
|
|
| ------ | ------ | ------ |
|
|
| `input` | `st-wslda`, `td-wslda` |pointer to structure storing input file variables.<br> For example `input->Na` stores value of `Na` tag. |
|
|
| `input` | `st-wslda`, `td-wslda` |pointer to structure storing input file variables.<br> For example `input->Na` stores value of `Na` tag. |
|
|
|
|
| `md` | `st-wslda`, `td-wslda` |structure storing input file variables.<br> For example ` md.Na` stores value of `Na` tag. |
|
|
| `extern int wsldapid` | `st-wslda` | Variable storing process id.<br>It is used typically to multiple printing of the same line by many processes. | |
|
| `extern int wsldapid` | `st-wslda` | Variable storing process id.<br>It is used typically to multiple printing of the same line by many processes. | |
|
|
|
\ No newline at end of file |