Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streamline LAPPD inclusion #11

Open
marc1uk opened this issue Oct 29, 2021 · 0 comments
Open

Streamline LAPPD inclusion #11

marc1uk opened this issue Oct 29, 2021 · 0 comments

Comments

@marc1uk
Copy link
Collaborator

marc1uk commented Oct 29, 2021

Right now the code is littered with if (isPMT){ ... } else if(isLAPPD) { ... } statements.
In nearly all of these cases the code executed in each case is virtually identical, differing only by the use of LAPPD variables that are clones of equivalent PMT variables.
The existing support for multiple PMT types could natively handle LAPPDs in the majority of these cases, removing the duplicated code.

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

No branches or pull requests

1 participant