Changeset 1077 for trunk/imports/G2pwd_CIF.py
- Timestamp:
- Oct 3, 2013 1:11:47 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/imports/G2pwd_CIF.py ¶
- Property svn:keywords set to Date Author Revision URL Id
r1074 r1077 1 1 # -*- coding: utf-8 -*- 2 2 ########### SVN repository information ################### 3 # $Date : 2012-02-13 11:33:35 -0600 (Mon, 13 Feb 2012)$4 # $Author : vondreele & toby$5 # $Revision : 482$6 # $URL : https://subversion.xor.aps.anl.gov/pyGSAS/trunk/G2importphase.py$7 # $Id : G2importphase.py 482 2012-02-13 17:33:35Z vondreele$3 # $Date$ 4 # $Author$ 5 # $Revision$ 6 # $URL$ 7 # $Id$ 8 8 ########### SVN repository information ################### 9 9 # routines to read in structure factors from a CIF … … 15 15 import CifFile as cif # PyCifRW from James Hester 16 16 import GSASIIpath 17 GSASIIpath.SetVersionNumber("$Revision : 810$")17 GSASIIpath.SetVersionNumber("$Revision$") 18 18 19 19 class CIFpwdReader(G2IO.ImportPowderData):
Note: See TracChangeset
for help on using the changeset viewer.