Skip to content

Commit e737132

Browse files
committed
fix syntax bug
1 parent d0acbc0 commit e737132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/thermodynamics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ p₀ = constants.base_pressure
136136
g = thermo.gravitational_acceleration
137137
138138
# Verify that Tᵣ = θ₀ (1 - g z / (cᵖᵈ θ₀))
139-
z = KernelFunctionOperation{Center, Center, Center}(grid, znode, Center(), Center(), Center())
139+
z = KernelFunctionOperation{Center, Center, Center}(znode, grid, Center(), Center(), Center())
140140
Tᵣ₁ = Field(θ₀ * (pᵣ / p₀)^(Rᵈ / cᵖᵈ))
141141
Tᵣ₂ = Field(θ₀ * (1 - g * z / (cᵖᵈ * θ₀)))
142142

0 commit comments

Comments
 (0)