AST_MAPCOPY

Copy all entries from one KeyMap into another

Description:

This routine copies all entries from one KeyMap into another.

Invocation

CALL AST_MAPCOPY( THIS, THAT, STATUS )

Arguments

THIS = INTEGER (Given)
Pointer to the destination KeyMap.
THAT = INTEGER (Given)
Pointer to the source KeyMap.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: