Skip to content

Commit

Permalink
fixup: missing kappa mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Dec 4, 2024
1 parent c65ca46 commit 9b8b013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CabanaPD_HeatTransfer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ class HeatTransfer<
const model_type model )
: base_type( half_neigh, neighbors,
typename base_type::model_type(
model.delta, model.K, model.temperature, model.cp,
model.alpha, model.temp0,
model.delta, model.K, model.temperature, model.kappa,
model.cp, model.alpha, model.temp0,
model.constant_microconductivity ) )
, _model( model )
{
Expand Down

0 comments on commit 9b8b013

Please sign in to comment.