aot_out_val_quadruple Subroutine

private subroutine aot_out_val_quadruple(put_conf, val, vname, advance_previous)

Put quadruple variables into the Lua script.

The value is passed in with val, optionally you can assign a name to it with the vname argument. If it should be put on the same line as the previous entry, you have to set advance_previous=.false.

Arguments

TypeIntentOptionalAttributesName
type(aot_out_type), intent(inout) :: put_conf
real(kind=quad_k), intent(in) :: val
character(len=*), intent(in), optional :: vname
logical, intent(in), optional :: advance_previous

Calls

proc~~aot_out_val_quadruple~~CallsGraph proc~aot_out_val_quadruple aot_out_val_quadruple proc~aot_out_breakline aot_out_breakline proc~aot_out_val_quadruple->proc~aot_out_breakline

Called by

proc~~aot_out_val_quadruple~~CalledByGraph proc~aot_out_val_quadruple aot_out_val_quadruple interface~aot_out_val~2 aot_out_val interface~aot_out_val~2->proc~aot_out_val_quadruple proc~aot_out_val_arr_quadruple aot_out_val_arr_quadruple interface~aot_out_val~2->proc~aot_out_val_arr_quadruple proc~aot_out_val_arr_quadruple->interface~aot_out_val~2

Contents


Variables

TypeVisibilityAttributesNameInitial
character(len=3), private :: adv_string