Skip to content

Commit b84a7f4

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/includes/defines.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,11 +541,11 @@ Parameters
541541
TF : str
542542
The target function for the calculation which can be 'normal' or 'domains'.
543543
resample : np.ndarray[np.float]
544-
Non-zero values indicates which contrast is resampled.
544+
If ``resample[i]`` is non-zero, then contrast ``i`` will be resampled.
545545
data : list
546546
Data for each contrast.
547547
dataPresent : np.ndarray[np.float]
548-
Non-zero values indicates if data is present for the contrast.
548+
If ``dataPresent[i]`` is non-zero, then contrast ``i`` has experimental data.
549549
dataLimits : list
550550
Data limits for each contrast.
551551
simulationLimits : list;

0 commit comments

Comments
 (0)