Skip to content

Commit

Permalink
Update check_properties.m
Browse files Browse the repository at this point in the history
  • Loading branch information
arioskyag committed Dec 6, 2023
1 parent d86f291 commit fecb634
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cfs_properties/functions/check_properties.m
Original file line number Diff line number Diff line change
Expand Up @@ -338,9 +338,9 @@
reject_subjects(end+1).SubID = reject_nonbrain{i};
reject_subjects(end).Status = "Rejected";
reject_subjects(end).FileInfo = "";
reject_subjects(end).Process(2).Name = "Check_nonbrain";
reject_subjects(end).Process(2).Status = "Rejected";
reject_subjects(end).Process(2).Error = 'The subject do not contain a correct non-brain structure';
reject_subjects(end).Process(1).Name = "Check_nonbrain";
reject_subjects(end).Process(1).Status = "Rejected";
reject_subjects(end).Process(1).Error = 'The subject do not contain a correct non-brain structure';
else
reject_subjects(idx).Process(2).Name = reject_nonbrain{i};
reject_subjects(idx).Process(2).Status = "Rejected";
Expand Down

0 comments on commit fecb634

Please sign in to comment.