Skip to content

Commit

Permalink
Delete copy constructor that should never be called
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller committed Oct 12, 2023
1 parent 6b01f20 commit efd0aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/realizations/catchment/Bmi_Adapter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace models {
}
}

Bmi_Adapter(Bmi_Adapter const&) = default;
Bmi_Adapter(Bmi_Adapter const&) = delete;
Bmi_Adapter(Bmi_Adapter &&) = default;

/**
Expand Down

0 comments on commit efd0aa9

Please sign in to comment.