Changeset 1616


Ignore:
Timestamp:
Dec 22, 2014 7:34:14 AM (8 years ago)
Author:
vondreele
Message:

oops forgot to remove a raise Exception

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrIO.py

    r1615 r1616  
    11631163                if General['Type'] in ['modulated','magnetic']:
    11641164                    PrintWaves(General,Atoms)
    1165                 raise Exception
    11661165                print >>pFile,'\n Unit cell: a = %.5f'%(cell[1]),' b = %.5f'%(cell[2]),' c = %.5f'%(cell[3]), \
    11671166                    ' alpha = %.3f'%(cell[4]),' beta = %.3f'%(cell[5]),' gamma = %.3f'%(cell[6]), \
Note: See TracChangeset for help on using the changeset viewer.