Skip to content

Commit 7125d0a

Browse files
Update thermo_params.jl
Bugfix
1 parent 8a7f2b3 commit 7125d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/thermo_params.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ function ThermoParams(
111111
n_depth ::Int
112112
)
113113

114-
return ThermoParams(thermal_conductivity, [density], [heat_capacity], [reflectance_vis], [reflectance_ir], [emissivity], z_max, Δz, n_depth)
114+
return ThermoParams([thermal_conductivity], [density], [heat_capacity], [reflectance_vis], [reflectance_ir], [emissivity], z_max, Δz, n_depth)
115115
end

0 commit comments

Comments
 (0)