Changeset 668
- Timestamp:
- Jun 30, 2012 12:26:06 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIElemGUI.py
- Property svn:keywords set to Date Author Revision URL Id
r584 r668 4 4 """ 5 5 ########### SVN repository information ################### 6 # $Date : 2012-01-24 14:31:27 -0600 (Tue, 24 Jan 2012)$7 # $Author : vondreele & toby$8 # $Revision : 456$9 # $URL : https://subversion.xor.aps.anl.gov/pyGSAS/trunk/GSASIIElemGUI.py$10 # $Id : GSASIIElemGUI.py 456 2012-01-24 20:31:27Z toby$6 # $Date$ 7 # $Author$ 8 # $Revision$ 9 # $URL$ 10 # $Id$ 11 11 ########### SVN repository information ################### 12 12 import wx -
trunk/GSASIImapvars.py
- Property svn:keywords set to Date Author Revision URL Id
r648 r668 1 1 # -*- coding: utf-8 -*- 2 2 ########### SVN repository information ################### 3 # $Date : 2011-01-07 13:27:24 -0600 (Fri, 07 Jan 2011)$4 # $Author : vondreele & toby$5 # $Revision : 230$6 # $URL : https://subversion.xor.aps.anl.gov/pyGSAS/trunk/GSASIImapvars.py$7 # $Id : GSASIImapvars.py 230 2011-01-07 19:27:24Z vondreele$3 # $Date$ 4 # $Author$ 5 # $Revision$ 6 # $URL$ 7 # $Id$ 8 8 ########### SVN repository information ################### 9 9 """Module that implements algebraic contraints, parameter redefinition -
trunk/GSASIIpwd.py
- Property svn:keywords set to Date Author Revision URL Id
r661 r668 3 3 #GSASII powder calculation module 4 4 ########### SVN repository information ################### 5 # $Date : 2011-04-20 13:09:53 -0500 (Wed, 20 Apr 2011)$6 # $Author : vondreele$7 # $Revision : 267$8 # $URL : https://subversion.xor.aps.anl.gov/pyGSAS/trunk/GSASIIpwd.py$9 # $Id : GSASIIpwd.py 267 2011-04-20 18:09:53Z vondreele$5 # $Date$ 6 # $Author$ 7 # $Revision$ 8 # $URL$ 9 # $Id$ 10 10 ########### SVN repository information ################### 11 11 import sys … … 22 22 23 23 import GSASIIpath 24 GSASIIpath.SetVersionNumber("$Revision : 1$")24 GSASIIpath.SetVersionNumber("$Revision$") 25 25 import GSASIIlattice as G2lat 26 26 import GSASIIElem as G2elem
Note: See TracChangeset
for help on using the changeset viewer.