Ignore:
Timestamp:
Jun 9, 2015 4:02:06 PM (8 years ago)
Author:
vondreele
Message:

remove some unused imports
add merohedral/pseudomerohedral Twin Laws to G2ddataGUI and G2strIO (not in G2strmath yet).
allow ReImport? atoms to fill otherwise empty Atom List
clarify HKL importers as Shelx HKL 4 & HKL 5 files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrMath.py

    r1880 r1884  
    1212########### SVN repository information ###################
    1313import time
    14 import math
    1514import copy
    1615import numpy as np
     
    3635atan2d = lambda y,x: 180.*np.arctan2(y,x)/np.pi
    3736   
    38 ateln2 = 8.0*math.log(2.0)
     37ateln2 = 8.0*np.log(2.0)
    3938twopi = 2.0*np.pi
    4039twopisq = 2.0*np.pi**2
Note: See TracChangeset for help on using the changeset viewer.