We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7075e commit b3bb0feCopy full SHA for b3bb0fe
GSASII/imports/G2phase_RRUFF.py
@@ -6,7 +6,7 @@
6
import random as ran
7
from .. import GSASIIobj as G2obj
8
9
-class PhaseReaderClass(G2obj.ImportPhase):
+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
'''
GSASII/imports/__init__.py
@@ -17,7 +17,7 @@
17
from . import G2phase_GPX
18
from . import G2phase_INS
19
from . import G2phase_rmc6f
20
-#from . import G2phase_RRUFF
+from . import G2phase_RRUFF
21
from . import G2phase_xyz
22
from . import G2pwd_BrukerBRML
23
from . import G2pwd_BrukerRAW
0 commit comments