Skip to content

Commit

Permalink
fix amperstand position
Browse files Browse the repository at this point in the history
  • Loading branch information
Qile0317 committed Nov 23, 2024
1 parent d07e4a3 commit 41592f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constructConDfAndparseTCR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class TcrParser {
}

// Rcpp implementation of .parseTCR()
&TcrParser parseTCR() {
TcrParser& parseTCR() {
for (int y = 0; y < (int) conDf[0].size(); y++) {
for (int index : barcodeIndex[y]) {
std::string chainType = std::string(data2ChainTypes[index]);
Expand Down

0 comments on commit 41592f4

Please sign in to comment.