Changeset 1299


Ignore:
Timestamp:
Apr 23, 2014 5:23:37 PM (9 years ago)
Author:
toby
Message:

Set conf flags consistently for .py files

Location:
trunk
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIexprGUI.py

    • Property svn:keywords set to Date Author Revision URL Id
    r1298 r1299  
    22#GSASIIexprGUI - Expression Definition and Evaluation
    33########### SVN repository information ###################
    4 # $Date: $
    5 # $Author: toby $
    6 # $Revision: $
    7 # $URL: $
    8 # $Id: $
     4# $Date$
     5# $Author$
     6# $Revision$
     7# $URL$
     8# $Id$
    99########### SVN repository information ###################
    1010'''
  • trunk/GSASIIgrid.py

    r1298 r1299  
    38303830        else:
    38313831            val = False
    3832         G2frame.dataFrame.SequentialPfit.Enable(wxADDPARFIT,val) # TODO: remove when testing
     3832        #G2frame.dataFrame.SequentialPfit.Enable(wxADDPARFIT,val) # TODO: remove when testing done
    38333833        G2frame.dataFrame.SequentialPfit.Enable(wxDELPARFIT,val)
    38343834        G2frame.dataFrame.SequentialPfit.Enable(wxEDITPARFIT,val)
  • trunk/GSASIIsasd.py

    • Property svn:eol-style set to native
    • Property svn:keywords set to Date Author Revision URL Id
    r1298 r1299  
    77'''
    88########### SVN repository information ###################
    9 # $Date: 2014-01-09 11:09:53 -0600 (Thu, 09 Jan 2014) $
    10 # $Author: vondreele $
    11 # $Revision: 1186 $
    12 # $URL: https://subversion.xray.aps.anl.gov/pyGSAS/trunk/GSASIIsasd.py $
    13 # $Id: GSASIIsasd.py 1186 2014-01-09 17:09:53Z vondreele $
     9# $Date$
     10# $Author$
     11# $Revision$
     12# $URL$
     13# $Id$
    1414########### SVN repository information ###################
    1515import os
     
    2929
    3030import GSASIIpath
    31 GSASIIpath.SetVersionNumber("$Revision: 1186 $")
     31GSASIIpath.SetVersionNumber("$Revision$")
    3232import GSASIIlattice as G2lat
    3333import GSASIIspc as G2spc
  • trunk/GSASIIstrIO.py

    • Property svn:eol-style set to native
  • trunk/GSASIIstrMain.py

    • Property svn:eol-style set to native
  • trunk/GSASIIstrMath.py

    • Property svn:eol-style set to native
  • trunk/ReadMarCCDFrame.py

    • Property svn:eol-style set to native
  • trunk/Substances.py

    • Property svn:eol-style set to native
    • Property svn:keywords set to Date Author Revision URL Id
  • trunk/exports/G2export_PDB.py

    • Property svn:eol-style set to native
  • trunk/exports/G2export_pwdr.py

    • Property svn:keywords set to Date Author Revision URL Id
    r1261 r1299  
    22# -*- coding: utf-8 -*-
    33########### SVN repository information ###################
    4 # $Date: 2014-01-10 14:46:36 -0600 (Fri, 10 Jan 2014) $
    5 # $Author: vondreele $
    6 # $Revision: 1191 $
    7 # $URL: https://subversion.xor.aps.anl.gov/pyGSAS/trunk/exports/G2export_csv.py $
    8 # $Id: G2export_csv.py 1191 2014-01-10 20:46:36Z vondreele $
     4# $Date$
     5# $Author$
     6# $Revision$
     7# $URL$
     8# $Id$
    99########### SVN repository information ###################
    1010'''
     
    1818import numpy as np
    1919import GSASIIpath
    20 GSASIIpath.SetVersionNumber("$Revision: 1191 $")
     20GSASIIpath.SetVersionNumber("$Revision$")
    2121import GSASIIIO as G2IO
    2222import GSASIIpy3 as G2py3
  • trunk/gltext.py

    • Property svn:eol-style set to native
  • trunk/imports/G2sad_xye.py

    • Property svn:keywords set to Date Author Revision URL Id
    r1298 r1299  
    11# -*- coding: utf-8 -*-
    22########### SVN repository information ###################
    3 # $Date: 2013-12-16 10:43:01 -0600 (Mon, 16 Dec 2013) $
    4 # $Author: toby $
    5 # $Revision: 1168 $
    6 # $URL: https://subversion.xray.aps.anl.gov/pyGSAS/trunk/imports/G2sad_xye.py $
    7 # $Id: G2sad_xye.py 1168 2013-12-16 16:43:01Z toby $
     3# $Date$
     4# $Author$
     5# $Revision$
     6# $URL$
     7# $Id$
    88########### SVN repository information ###################
    99'''
     
    2121import GSASIIIO as G2IO
    2222import GSASIIpath
    23 GSASIIpath.SetVersionNumber("$Revision: 1168 $")
     23GSASIIpath.SetVersionNumber("$Revision$")
    2424npasind = lambda x: 180.*np.arcsin(x)/np.pi
    2525
  • trunk/testDeriv.py

    • Property svn:eol-style set to native
Note: See TracChangeset for help on using the changeset viewer.