diff --git a/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHELocalAssemblerSoil-impl.h b/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHELocalAssemblerSoil-impl.h index fdce2003e632b8b597cc212e279cd9a187b0815a..fd4dbd8bb5f07032030464c165ebe9fe45ca1474 100644 --- a/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHELocalAssemblerSoil-impl.h +++ b/ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHELocalAssemblerSoil-impl.h @@ -139,7 +139,7 @@ void HeatTransportBHELocalAssemblerSoil<ShapeFunction, IntegrationMethod>:: .property(MaterialPropertyLib::PropertyType::phase_velocity) .value(vars, pos, t); auto const velocity = Eigen::Map<Eigen::Vector3d const>( - std::get<MaterialPropertyLib::Vector>(velocity_arr).data(), 1, 3); + std::get<MaterialPropertyLib::Vector>(velocity_arr).data()); // calculate the hydrodynamic thermodispersion tensor auto const thermal_conductivity =