Skip to content

Commit fd0d260

Browse files
Update cpp/includes/defines.h
Co-authored-by: Alex H. Room <69592136+alexhroom@users.noreply.github.com>
1 parent 408c0ef commit fd0d260

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cpp/includes/defines.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ dataLimits : list
509509
simulationLimits : list;
510510
Simulation for each contrast.
511511
oilChiDataPresent : np.ndarray[np.float]
512-
If ``dataPresent[i]`` is non-zero, then contrast ``i`` has oilChi data. This currently not being used.
512+
If ``dataPresent[i]`` is non-zero, then contrast ``i`` has oilChi data. This is currently not being used.
513513
numberOfContrasts : int
514514
Number of contrasts.
515515
geometry : str
@@ -518,15 +518,15 @@ useImaginary : bool
518518
Indicates whether imaginary component is used for the SLD value in layers, i.e.
519519
absorption is set to True for the project.
520520
repeatLayers : list
521-
Information about repeating layers for each contrast. This currently not being used.
521+
Information about repeating layers for each contrast. This is currently not being used.
522522
contrastBackgroundParams : list
523523
Indices of backgroundParams used for each contrast
524524
contrastBackgroundTypes : list
525525
Background type for each contrast.
526526
contrastBackgroundActions : list
527527
Background action for each contrast.
528528
contrastQzshifts : np.ndarray[np.float]
529-
Indices of Qzshifts used for each contrast. This currently not being used.
529+
Indices of Qzshifts used for each contrast. This is currently not being used.
530530
contrastScalefactors : np.ndarray[np.float]
531531
Indices of scalefactors used for each contrast.
532532
contrastBulkIns : np.ndarray[np.float]

0 commit comments

Comments
 (0)