Skip to content

Commit

Permalink
fixing line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
pbreheny committed Oct 18, 2024
1 parent adc9f01 commit f37d765
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/big_crossprod.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ RcppExport SEXP big_crossprod(SEXP X_,
Rcpp::List result;
result["cp"] = res; // cp = 'cross product'
return result;
}
}
2 changes: 1 addition & 1 deletion src/big_sd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ RcppExport SEXP big_sd(SEXP X_, SEXP ncore_){
result["sd_vals"] = sd_vals;
return result;

}
}
2 changes: 1 addition & 1 deletion src/utilities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,4 @@ double g_loss(double *r, int n) {
// }
// }
//
// }
// }

0 comments on commit f37d765

Please sign in to comment.