Skip to content

Commit 48b293d

Browse files
committed
minor change to indentation of comment
1 parent 16bad6a commit 48b293d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ void mexFunction (int nlhs, mxArray* plhs[],
182182
mexErrMsgTxt ("The elements of WEIGHTS must sum to N * NBOOT.");
183183
}
184184
}
185-
long long int m = 0; // Counter for LOO sample index r
185+
long long int m = 0; // Counter for LOO sample index r
186186
long long int r = -1; // Sample index for LOO
187187

188188
// Create pointer so that we can access elements of bootsam (i.e. plhs[0])

0 commit comments

Comments
 (0)