Changeset 1077 for trunk/imports/G2phase_CIF.py
- Timestamp:
- Oct 3, 2013 1:11:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/imports/G2phase_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_CIF.py$7 # $Id : G2importphase_CIF.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 import Phase information from CIF files … … 15 15 import GSASIIlattice as G2lat 16 16 import GSASIIpath 17 GSASIIpath.SetVersionNumber("$Revision : 810$")17 GSASIIpath.SetVersionNumber("$Revision$") 18 18 import CifFile as cif # PyCifRW from James Hester 19 19
Note: See TracChangeset
for help on using the changeset viewer.