Skip to content

Commit 83f9ef9

Browse files
committed
Addresses review comments
1 parent 0e9b3af commit 83f9ef9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cpp/includes/defines.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ dataLimits : list
551551
simulationLimits : list;
552552
Simulation for each contrast.
553553
oilChiDataPresent : np.ndarray[np.float]
554-
Non-zero values indicates if data is present for the contrast.
554+
If ``dataPresent[i]`` is non-zero, then contrast ``i`` has oilChi data. This currently not being used.
555555
numberOfContrasts : int
556556
Number of contrasts.
557557
geometry : str
@@ -560,15 +560,15 @@ useImaginary : bool
560560
Indicates whether imaginary component is used for the SLD value in layers, i.e.
561561
absorption is set to True for the project.
562562
repeatLayers : list
563-
Information about repeating layers for each contrast
563+
Information about repeating layers for each contrast. This currently not being used.
564564
contrastBackgroundParams : list
565565
Indices of backgroundParams used for each contrast
566566
contrastBackgroundTypes : list
567567
Background type for each contrast.
568568
contrastBackgroundActions : list
569569
Background action for each contrast.
570570
contrastQzshifts : np.ndarray[np.float]
571-
Indices of Qzshifts used for each contrast.
571+
Indices of Qzshifts used for each contrast. This currently not being used.
572572
contrastScalefactors : np.ndarray[np.float]
573573
Indices of scalefactors used for each contrast.
574574
contrastBulkIns : np.ndarray[np.float]
@@ -582,7 +582,7 @@ contrastResolutionTypes : list
582582
backgroundParams : np.ndarray[np.float]
583583
Background parameter values.
584584
qzshifts : np.ndarray[np.float]
585-
Qzshift values.
585+
Qzshift values. This currently not being used.
586586
scalefactors : np.ndarray[np.float]
587587
Scalefactors values.
588588
bulkIns : np.ndarray[np.float]

0 commit comments

Comments
 (0)