BLOCKDATA FRI0_BLK
*+
* Name:
* FRI0_BLK
* Purpose:
* Initialise FRI common block
* Language:
* Starlink Fortran
* Type of Module:
* BLOCK DATA
* Description:
* Set the initialised flag to false so that FRI class definitions will
* be loaded properly
* Notes:
* {routine_notes}...
* References:
* FRI Subroutine Guide : http://www.sr.bham.ac.uk/asterix-docs/Programmer/Guides/fri.html
* Keywords:
* package:fri, usage:private, common, initialisation
* Copyright:
* Copyright (C) University of Birmingham, 1995
* Authors:
* DJA: David J. Allan (Jet-X, University of Birmingham)
* {enter_new_authors_here}
* History:
* 27 Jul 1995 (DJA):
* Original version.
* {enter_changes_here}
*-
* Type Definitions:
IMPLICIT NONE ! No implicit typing
* Global Variables:
INCLUDE 'FRI_CMN'
* FRI_INIT = LOGICAL (returned)
* FRI system is initialised?
* Global Data:
DATA FRI_INIT / .FALSE. /
*.
END