「$TimeStep」:修訂間差異
跳至導覽
跳至搜尋
無編輯摘要 |
無編輯摘要 |
||
| 第1行: | 第1行: | ||
=='''Format'''== | |||
$TimeStep | $TimeStep | ||
''int'' <font color=green>// where ''int'' is an integer.</font> | ''int'' <font color=green>// where ''int'' is an integer.</font> | ||
| 第6行: | 第6行: | ||
=='''Example'''== | |||
$TimeStep | $TimeStep | ||
500 | 500 | ||
Then the program is going to run 500 time steps. | Then the program is going to run 500 time steps. | ||
於 2018年7月11日 (三) 05:56 的最新修訂
Format
$TimeStep int // where int is an integer.
This value tells the program what the total of time steps is.
Example
$TimeStep 500
Then the program is going to run 500 time steps.