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