Changeset 4339 for trunk/imports/G2phase_INS.py
- Timestamp:
- Mar 3, 2020 3:01:43 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/imports/G2phase_INS.py
- Property svn:eol-style set to native
- Property svn:keywords set to Date Author Revision URL Id
r3455 r4339 1 1 # -*- coding: utf-8 -*- 2 2 ########### SVN repository information ################### 3 # $Date : 2015-04-27 13:22:06 -0500 (Mon, 27 Apr 2015)$4 # $Author : vondreele$5 # $Revision : 1812$6 # $URL : https://subversion.xray.aps.anl.gov/pyGSAS/trunk/imports/G2phase_GPX.py$7 # $Id : G2phase_GPX.py 1812 2015-04-27 18:22:06Z vondreele$3 # $Date$ 4 # $Author$ 5 # $Revision$ 6 # $URL$ 7 # $Id$ 8 8 ########### SVN repository information ################### 9 9 ''' … … 23 23 import GSASIIlattice as G2lat 24 24 import GSASIIpath 25 GSASIIpath.SetVersionNumber("$Revision : 1812$")25 GSASIIpath.SetVersionNumber("$Revision$") 26 26 27 27 class PhaseReaderClass(G2obj.ImportPhase):
Note: See TracChangeset
for help on using the changeset viewer.