RegPbc()

Register a periodic function.

Usage

RegPbc( func, args = None )

Parameters

func (function)
Name of the periodic function to be registered.
args (tuple)
Tuple of Pbc function arguments.

Return Value

None

Errors

The periodic function must be already defined.

Description

This routine registers a periodic function in order to call it later. The periodic function name is given by func the and function's arguments are given by args. For example,
RegPbc( func = cmdNewPeriodicItems, args = Periodic )