Changeset 4111 for trunk/GSASIImapvars.py
- Timestamp:
- Aug 25, 2019 11:06:49 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIImapvars.py
r3788 r4111 1285 1285 def StoreEquivalence(independentVar,dependentList,symGen=True): 1286 1286 '''Takes a list of dependent parameter(s) and stores their 1287 relationship to a single independent parameter (independentVar) 1287 relationship to a single independent parameter (independentVar). 1288 1289 Called with user-supplied constraints by :func:`GSASIIstrIO.ProcessConstraints, 1290 with Pawley constraints from :func:`GSASIIstrIO.GetPawleyConstr`, 1291 with Unit Cell constraints from :func:`GSASIIstrIO.cellVary` 1292 with symmetry-generated atom constraints from :func:`GSASIIstrIO.GetPhaseData` 1288 1293 1289 1294 :param str independentVar: name of master parameter that will be used to determine the value
Note: See TracChangeset
for help on using the changeset viewer.