Template Library Registration Function uflib (Fortran)

This section describes how to register each user function in the library.

Register each user function in the library with calls to uffunc and ufarg in uflib, as shown in the examples. The template uflib is:

subroutine uflib()
      use StarRealMod
C Register user functions here
      return
      end