C C C This code is distributed under the terms and conditions of the C CCP4 licence agreement as `Part 2' (Annex 2) software. C A copy of the CCP4 licence can be obtained by writing to the C CCP4 Secretary, Daresbury Laboratory, Warrington WA4 4AD, UK. C c+++ axes.fh +++ c c Stores for axial reflections, for systematic absence detection c c aihaxs(maxhkl,3) Intensity along a,b,c axes c sdiaxs(maxhkl,3) sd(Intensity) along a,b,c axes c common /axes/ aihaxs(maxhkl,3), sdiaxs(maxhkl,3) real aihaxs, sdiaxs c save /axes/ c--- axes.fh ---