C C MOLREP molecular replacement program C Copyright (C) 1999-2006 Alexei Vagin C C This code is distributed under the terms and conditions of the C CCP4 Program Suite Licence Agreement as a CCP4 Application. 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 ----------------------------------------------------- CHARACTER VERSION*80, VERSNO*7, VERSDATE*10 C PARAMETER (VERSNO='11.4.03',VERSDATE='10.07.2015') PARAMETER (VERSION=' --- MOLREP --- /Vers '//VERSNO//'; '// + VERSDATE//'/ ') C -----------------------------------------------------