OMFset_name_real8_val


Synopsis


       INTEGER FUNCTION OMFset_name_real_val(object_id,
      . name,
      . dval)
#include <avs/omf.inc>
       INTEGER object_id(OIDSIZ)
       INTEGER name
       DOUBLE PRECISION dval

Description

For a complete description of this function, see .

Arguments

object_id

The id of an object, expressed as an integer.

name

The name of one of object_id's immediate subobjects.

dval

The subobject's value, expressed in double precision.

Returned value

The status code (see ).

Example


#include <avs/omf.inc>
       INTEGER parent_object(OIDSIZ)
       DOUBLE PRECISION value
       ...
       value = 0.75
       IF (OMFset_name_real8_val(parent_object,
      .  OMFstr_to_name('fval'),
      .  value) .NE. 1)
      . PRINT*,'Error setting value of object

See also

Related module:

•      OMFget_name_real8_val