next up previous contents
Next: User hook for command Up: User hook for command Previous: Example   Contents

API

The following subroutines have to be used in order to instantiate SIC variables in the structure R%USER%.

The calling sequence of the user's instantiation routine must be of the following form:

subroutine mysetvar(version,error)
  integer(kind=4), intent(in)    :: version  ! The version of the data
  logical,         intent(inout) :: error    ! Logical error flag
The name of this subroutine is free.



Gildas manager 2014-07-01