Ignore:
Timestamp:
Oct 3, 2013 1:11:47 PM (12 years ago)
Author:
toby
Message:

cleanup plot & svn bugs; set missing keywords; CIF export done; update docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/imports/G2pwd_CIF.py

    • Property svn:keywords set to Date Author Revision URL Id
    r1074 r1077  
    11# -*- coding: utf-8 -*-
    22########### SVN repository information ###################
    3 # $Date: 2012-02-13 11:33:35 -0600 (Mon, 13 Feb 2012) $
    4 # $Author: vondreele & toby $
    5 # $Revision: 482 $
    6 # $URL: https://subversion.xor.aps.anl.gov/pyGSAS/trunk/G2importphase.py $
    7 # $Id: G2importphase.py 482 2012-02-13 17:33:35Z vondreele $
     3# $Date$
     4# $Author$
     5# $Revision$
     6# $URL$
     7# $Id$
    88########### SVN repository information ###################
    99# routines to read in structure factors from a CIF
     
    1515import CifFile as cif # PyCifRW from James Hester
    1616import GSASIIpath
    17 GSASIIpath.SetVersionNumber("$Revision: 810 $")
     17GSASIIpath.SetVersionNumber("$Revision$")
    1818
    1919class CIFpwdReader(G2IO.ImportPowderData):
Note: See TracChangeset for help on using the changeset viewer.