********> bugfix.14 Author: Dave Case Date: 5/22/02 Programs: ambpdb Severity: moderate Description: The -aatm (amber atom names) flag does not work correctly Fix: Make the following change to amber7/src/etc/ambpdb.f ----------------------------------------------------------------------------- *** ambpdb.f 2001/12/24 20:49:21 1.13 --- ambpdb.f 2002/05/22 21:00:36 *************** *** 364,370 **** c end if DO 30 K = J1,J2 ! if (.not.aatm) then c c ---convert atom names to closely resemble those used by Brookhaven c --- 364,372 ---- c end if DO 30 K = J1,J2 ! if ( aatm ) then ! write(atnam,'(a4)') igraph(k) ! else c c ---convert atom names to closely resemble those used by Brookhaven c ----------------------------------------------------------------------------- Workarounds: don't use this flag :-) Files affected: amber7/src/etc/ambpdb.f