Skip to content

Commit

Permalink
Add missing using namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhbell committed Jan 6, 2025
1 parent 59a31ad commit 37f98ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/teqp/models/multifluid/multifluid_activity.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

namespace teqp::multifluid::multifluid_activity {

using namespace teqp::activity::activity_models;

template<typename M, typename T, typename U>
concept CallableLnGammaResid = requires(M m, T t, U u) {
{ m.calc_lngamma_resid(t,u) } -> std::same_as<Eigen::ArrayXd>;
Expand Down

0 comments on commit 37f98ae

Please sign in to comment.