Skip to content

Commit

Permalink
fix repeat return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea-Havron-NOAA committed Aug 1, 2024
1 parent a4468b6 commit d072377
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inst/include/common/model.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ class Model { // may need singleton
jnll -= n->evaluate();
}
}
return jnll;

// initiate population index for structuring report out objects
int pop_idx = 0;
Expand Down

0 comments on commit d072377

Please sign in to comment.