BLOCKDATA BDI0_BLK
*+
* Name:
* BDI0_BLK
* Purpose:
* Initialise BDI common block
* Language:
* Starlink Fortran
* Type of Module:
* BLOCK DATA
* Description:
* Set the initialised flag to false so that BDI class definitions will
* be loaded properly
* Notes:
* {routine_notes}...
* Side Effects:
* {routine_side_effects}...
* Implementation Deficiencies:
* {routine_deficiencies}...
* References:
* BDI Subroutine Guide : http://www.sr.bham.ac.uk/asterix-docs/Programmer/Guides/bdi.html
* Keywords:
* package:bdi, 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:
* 9 Aug 1995 (DJA):
* Original version.
* {enter_changes_here}
*-
* Type Definitions:
IMPLICIT NONE ! No implicit typing
* Global Variables:
INCLUDE 'BDI_CMN'
* BDI_INIT = LOGICAL (returned)
* BDI system is initialised?
* Global Data:
DATA BDI_INIT / .FALSE. /
*.
END