Skip to content

Commit

Permalink
update for computing SHC for all group
Browse files Browse the repository at this point in the history
  • Loading branch information
Tingliangstu committed May 6, 2024
1 parent 99fbbd9 commit 9530759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/measure/shc.cu
Original file line number Diff line number Diff line change
Expand Up @@ -489,9 +489,9 @@ void SHC::parse(const char** param, int num_param, const std::vector<Group>& gro
}

if (group_id == -1) {
printf(" compute SHC for all group IDs except group ID 0 in grouping method %d.\n", group_method);
printf(" compute SHC for all group IDs except for group ID 0 in grouping method %d.\n", group_method);
}
if (group_id < -1) {
PRINT_INPUT_ERROR("group ID should >= -1 for computing SHC."); // Only for computing all group_id's SHC except group_id 0
PRINT_INPUT_ERROR("group ID should >= -1 for computing SHC.");
}
}

0 comments on commit 9530759

Please sign in to comment.