Changeset 4411 for trunk/exports/G2export_CIF.py
- Timestamp:
- Apr 24, 2020 11:27:10 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/exports/G2export_CIF.py
r4402 r4411 3058 3058 dlg.Destroy() 3059 3059 if ret == wx.ID_OK: 3060 cf = G2 IO.ReadCIF(fil)3060 cf = G2obj.ReadCIF(fil) 3061 3061 if len(cf.keys()) == 0: 3062 3062 raise Exception("No CIF data_ blocks found") … … 3071 3071 dblk,loopstructure = copy.deepcopy(self.CIF) # don't modify original 3072 3072 else: 3073 cf = G2 IO.ReadCIF(self.CIF)3073 cf = G2obj.ReadCIF(self.CIF) 3074 3074 dblk,loopstructure = CIF2dict(cf) 3075 3075 dlg = EditCIFtemplate(self.cifdefs,dblk,loopstructure,self.defaultname)
Note: See TracChangeset
for help on using the changeset viewer.