Changeset 4114


Ignore:
Timestamp:
Aug 26, 2019 9:41:50 AM (4 years ago)
Author:
vondreele
Message:

Add status bar message about save of SHAPES PDB file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r4113 r4114  
    93569356                PDB.write('ATOM   %4d  CA  ALA A%4d    %8.3f%8.3f%8.3f  1.00  0.00\n'%(iatm+1,iatm+1,xyz[0],xyz[1],xyz[2]))
    93579357            PDB.close()
     9358            G2frame.G2plotNB.status.SetStatusText('PDB model saved to: '+Fname,1)
    93589359    # PlotRigidBody execution starts here (N.B. initialization above)
    93599360    new,plotNum,Page,Plot,lim = G2frame.G2plotNB.FindPlotTab('Bead model','ogl')
Note: See TracChangeset for help on using the changeset viewer.