1 C-----------------------------------------------------------------------
2 C I/O units used by the program
3 C-----------------------------------------------------------------------
4 integer inp,iout,igeom,intin,ipdb,imol2,ipdbin,jplot,jstatin,
6 common /iounits/ inp,iout,igeom,intin,ipdb,imol2,ipdbin,jplot,
7 & jrms,jstatin,jstatout
8 character*256 outname,intname,intinname,pdbname,mol2name,prefix,
9 & prefout,prefintin,statname,rmsname,statinname,statoutname
10 common /fnames/ outname,intname,pdbname,mol2name,intinname,prefix,
11 & prefout,prefintin,statinname,statoutname
12 C-----------------------------------------------------------------------
13 C INP - main input file
15 C IGEOM - geometry output in the form of virtual-chain internal coordinates
16 C INTIN - geometry input (for multiple conformation processing) in int. coords.
17 C IPDB - Cartesian-coordinate output in PDB format
18 C IMOL2 - Cartesian-coordinate output in Tripos mol2 format
19 C IPDBIN - PDB input file
20 C JPLOT - file for the LaTeX plot of the minimal tree.
21 C JRMS - RMS deviations end energy differences
22 C-----------------------------------------------------------------------