Skip to content

Commit

Permalink
apply formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aloeliger committed Jun 21, 2024
1 parent 92c99c1 commit bf7e838
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace l1t {
std::vector<uint32_t> cicadaWords = {0, 0, 0, 0};
//the last 4 words are CICADA words
for (uint32_t i = 2; i < 6; ++i) {
cicadaWords.at(i-2) = ((block.payload().at(i)) >> 28);
cicadaWords.at(i - 2) = ((block.payload().at(i)) >> 28);
}

float cicadaScore = convertCICADABitsToFloat(cicadaWords);
Expand Down

0 comments on commit bf7e838

Please sign in to comment.