Ignore:
Timestamp:
Nov 3, 2014 2:48:51 PM (9 years ago)
Author:
vondreele
Message:

use deepcopy for various copy operations in G2ddataGUI
use complementary colors to background for cell edges
trap superlattice in cubics
more fixes to cell indexing routines from possible use of superlattice
add HStrainVals to G2spc
use it (maybe) in G2strIO, Math
make arguments for GetReflPos? & GetReflPosDeriv? the same (use A not G)
add GetDij? to G2strMath
topas xye file comments start with "'" sometimes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/imports/G2pwd_xye.py

    r1544 r1559  
    4646                    gotCcomment = True
    4747                    continue   
    48                 if S[0] == '#':
     48                if S[0] in ["'",'#']:
    4949                    continue       #ignore comments, if any
    5050                else:
     
    8181                        gotCcomment = True
    8282                        continue   
    83                     if S[0] == '#':
     83                    if S[0] in ["'"'#']:
    8484                        self.comments.append(S[:-1])
    8585                        continue       #ignore comments, if any
Note: See TracChangeset for help on using the changeset viewer.