Skip to content

Commit

Permalink
fix function names
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea-Havron-NOAA committed Oct 5, 2024
1 parent bce444b commit e6b57a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/include/interface/rcpp/rcpp_interface.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -658,9 +658,9 @@ RCPP_MODULE(fims) {
.field("log_expected_index", &FleetInterface::log_expected_index)
.field("proportion_catch_numbers_at_age", &FleetInterface::proportion_catch_numbers_at_age)
.method("SetObservedAgeCompData", &FleetInterface::SetObservedAgeCompData)
.method("GetObservedAgeCompData", &FleetInterface::GetObservedAgeCompData)
.method("GetObservedAgeCompDataID", &FleetInterface::GetObservedAgeCompDataID)
.method("SetObservedIndexData", &FleetInterface::SetObservedIndexData)
.method("GetObservedIndexData", &FleetInterface::GetObservedIndexData)
.method("GetObservedIndexDataID", &FleetInterface::GetObservedIndexDataID)
.method("SetSelectivity", &FleetInterface::SetSelectivity);

Rcpp::class_<AgeCompDataInterface>("AgeComp")
Expand Down

0 comments on commit e6b57a6

Please sign in to comment.