Skip to content

Commit 30ce642

Browse files
committed
update variable names
1 parent d81e816 commit 30ce642

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/test_mitgcm_library.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ else
206206
@test any(ocean.salt .!= 0)
207207

208208
# Physical constants
209-
@test ocean.ρ₀ > 0
210-
@test ocean.cₚ > 0
209+
@test ocean.reference_density > 0
210+
@test ocean.heat_capacity > 0
211211

212212
# eltype
213213
@test eltype(ocean) == Float64

0 commit comments

Comments
 (0)