Skip to content

Commit a06a573

Browse files
authored
1196 Add missing comment for pop in get_derivatives()
1 parent bae6709 commit a06a573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/memilio/compartments/compartmentalmodel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ struct CompartmentalModel {
9595
virtual ~CompartmentalModel() = default;
9696

9797
// REMARK: Not pure virtual for easier java/python bindings.
98-
virtual void get_derivatives(Eigen::Ref<const Eigen::VectorX<FP>>, Eigen::Ref<const Eigen::VectorX<FP>> /*y*/,
98+
virtual void get_derivatives(Eigen::Ref<const Eigen::VectorX<FP>> /*pop*/, Eigen::Ref<const Eigen::VectorX<FP>> /*y*/,
9999
FP /*t*/, Eigen::Ref<Eigen::VectorX<FP>> /*dydt*/) const {};
100100

101101
/**

0 commit comments

Comments
 (0)