Skip to content

Commit

Permalink
mri_glmfit.cpp. #DOC. Remmoved some terminal output
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Greve committed Feb 22, 2022
1 parent 1f62896 commit 92469cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mri_glmfit/mri_glmfit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4155,7 +4155,6 @@ int RandPermMatrixAndPVR(MATRIX *X, MRI **pvrs, int npvrs)
NewRowOrder = RandPerm(X->rows, NULL);
for (r = 0; r < X->rows; r++) {
NewRowOrder[r]++; // Make one-based
printf("%d\n",NewRowOrder[r]);
}
X0 = MatrixCopy(X, NULL);
MatrixReorderRows(X0, NewRowOrder, X);
Expand Down

0 comments on commit 92469cc

Please sign in to comment.