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