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

Investigate unused field ann_mort_prob #397

Open
chaukap opened this issue Dec 2, 2019 · 0 comments
Open

Investigate unused field ann_mort_prob #397

chaukap opened this issue Dec 2, 2019 · 0 comments
Assignees

Comments

@chaukap
Copy link
Contributor

chaukap commented Dec 2, 2019

ann_mort_prob, inside the species_st struct, is unused. In total there are two references to it:

  • In ST_params.c There is a commented out line that would populate the field from inputs.
  • In ST_sql.c ann_mort_prob is inserted into the sql database. Clearly this is meaningless because it is never assigned a value.

We need to determine if this variable is necessary, and if not we need to remove it.

@chaukap chaukap added this to the Unused features milestone Dec 2, 2019
@kpalmqui kpalmqui assigned kpalmqui and alexisBelt and unassigned kpalmqui Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants