File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11'''Reads structure files downloaded from the RRUFF database either as ASCII
22text files or .rtf files that somehow are generated
33'''
4- import sys
5- import numpy as np
6- import random as ran
7- #from .. import GSASIIobj as G2obj
4+ # import sys
5+ # import numpy as np
6+ # import random as ran
7+ # # from .. import GSASIIobj as G2obj
88
9- class RRUFFReader (G2obj .ImportPhase ):
10- '''A fairly quickly-written importer to pull out the phase info from a
11- RRUFF database (https://rruff.info) text file.
12- '''
13- pass
9+ # class RRUFFReader(G2obj.ImportPhase):
10+ # '''A fairly quickly-written importer to pull out the phase info from a
11+ # RRUFF database (https://rruff.info) text file.
12+ # '''
13+ # pass
1414 # def __init__(self):
1515 # super(self.__class__,self).__init__( # fancy way to say ImportPhase.__init__
1616 # extensionlist=('.txt'),
You can’t perform that action at this time.
0 commit comments