整数 (選択式)¶
1 2 3 4 5 6 | <Item name="flowtype" caption="Flow type"> <Definition valueType="integer" default="0"> <Enumeration value="0" caption="Static Flow"/> <Enumeration value="1" caption="Dynamic Flow"/> </Definition> </Item> |
1 2 3 | integer:: ier, flowtype call cg_iric_read_integer(fid, "flowtype", flowtype, ier) |
1 2 3 | integer:: ier, flowtype call cg_iric_read_bc_integer(fid, "inflow", 1, "flowtype", flowtype, ier) |