Changeset 4364 for trunk/GSASIIIntPDFtool.py
- Timestamp:
- Mar 12, 2020 3:07:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIIntPDFtool.py
- Property svn:keywords set to Date Author Revision URL Id
r4363 r4364 3 3 #GSAS-II autointegration routines 4 4 ########### SVN repository information ################### 5 # $Date :$6 # $Author :$7 # $Revision :$8 # $URL :$9 # $Id :$5 # $Date$ 6 # $Author$ 7 # $Revision$ 8 # $URL$ 9 # $Id$ 10 10 ########### SVN repository information ################### 11 11 ''' 12 *GSASIIautoint: autointegration routines* 12 .. _GSASIIIntPDFtool: 13 14 *GSASIIIntPDFtool: autointegration routines* 13 15 --------------------------------------------- 14 16 … … 18 20 ''' 19 21 # Autointegration from 20 # $Id : GSASIIimgGUI.py 3926 2019-04-23 18:11:07Z toby$22 # $Id$ 21 23 # hacked for stand-alone use 22 24 # … … 37 39 import GSASIIpath 38 40 GSASIIpath.SetBinaryPath(True) 39 GSASIIpath.SetVersionNumber("$Revision :$")41 GSASIIpath.SetVersionNumber("$Revision$") 40 42 import GSASIIIO as G2IO 41 43 import GSASIIctrlGUI as G2G
Note: See TracChangeset
for help on using the changeset viewer.