Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1001 Bytes

03_01_05_example_integer.rst

File metadata and controls

36 lines (25 loc) · 1001 Bytes

Integer

<Item name="numsteps" caption="The Number of steps to calculate">
  <Definition valueType="integer" default="20" min="1" max="200" />
</Item>
Widget example of a integer type conditionWidget example of a integer type condition
integer:: ier, numsteps

call cg_iric_read_integer_f("numsteps", numsteps, ier)
integer:: ier, numsteps

call cg_iric_read_bc_integer_f("inflow", 1, "numsteps", numsteps, ier)