Changeset 667 for trunk/GSASIImath.py
- Timestamp:
- Jun 30, 2012 12:18:42 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIImath.py ¶
- Property svn:keywords set to Date Author Revision URL Id
r666 r667 2 2 #GSASIImath - major mathematics routines 3 3 ########### SVN repository information ################### 4 # $Date : 2012-06-30 12:01:02 -0500 (Sat, 30 Jun 2012)$5 # $Author : vondreele$6 # $Revision : 663$7 # $URL : https://subversion.xor.aps.anl.gov/pyGSAS/trunk/GSASIImath.py$8 # $Id : GSASIImath.py 663 2012-06-30 17:01:02Z vondreele$4 # $Date$ 5 # $Author$ 6 # $Revision$ 7 # $URL$ 8 # $Id$ 9 9 ########### SVN repository information ################### 10 10 import sys … … 20 20 import copy 21 21 import GSASIIpath 22 GSASIIpath.SetVersionNumber("$Revision : 1$")22 GSASIIpath.SetVersionNumber("$Revision$") 23 23 import GSASIIElem as G2el 24 24 import GSASIIlattice as G2lat
Note: See TracChangeset
for help on using the changeset viewer.