Changeset 667 for trunk/GSASIImath.py


Ignore:
Timestamp:
Jun 30, 2012 12:18:42 PM (13 years ago)
Author:
vondreele
Message:

add properties

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIImath.py

    • Property svn:keywords set to Date Author Revision URL Id
    r666 r667  
    22#GSASIImath - major mathematics routines
    33########### 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$
    99########### SVN repository information ###################
    1010import sys
     
    2020import copy
    2121import GSASIIpath
    22 GSASIIpath.SetVersionNumber("$Revision: 1 $")
     22GSASIIpath.SetVersionNumber("$Revision$")
    2323import GSASIIElem as G2el
    2424import GSASIIlattice as G2lat
Note: See TracChangeset for help on using the changeset viewer.