Skip to content

Organize Rcpp functions across multiple files#225

Merged
nanxstats merged 1 commit intomainfrom
split-cpp
May 24, 2023
Merged

Organize Rcpp functions across multiple files#225
nanxstats merged 1 commit intomainfrom
split-cpp

Conversation

@nanxstats
Copy link
Copy Markdown
Contributor

This PR fixes #224 by reorganizing the Rcpp functions across multiple files.

Although only gridpts is currently reused by the other two Rcpp functions, I still created a header file for h1 and hupdate to make them future-proof and make the code structure easier to understand at a glance.

@nanxstats nanxstats requested a review from LittleBeannie May 23, 2023 23:53
Copy link
Copy Markdown
Collaborator

@elong0527 elong0527 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nanxstats nanxstats merged commit 646f510 into main May 24, 2023
@nanxstats nanxstats deleted the split-cpp branch May 24, 2023 20:02
@nanxstats
Copy link
Copy Markdown
Contributor Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Split C++ functions into individual cpp and header files

2 participants