Skip to content

Commit 48e9b41

Browse files
committed
syntax
1 parent 73b830c commit 48e9b41

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/atmosphere.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2318,7 +2318,7 @@ module atmosphere
23182318
atmos.aerosol_arr_l[name] = zeros(Float64, atmos.nlev_c)
23192319
if haskey(atmos.aerosol_arr_r, name)
23202320
@warn "Aerosol '$name' mismatched in arrays!"
2321-
else
2321+
end
23222322
atmos.aerosol_arr_r[name] = zeros(Float64, atmos.nlev_c)
23232323
end
23242324
end

test/test_kzz.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ TEST_DIR = joinpath(ROOT_DIR,"test/")
2020
radius = 1.0e7
2121
Kzz_kbreak = 1e6 # 1e6 cm2/s
2222
mf_dict = Dict([("H2O", 1.0)])
23-
spfile_name = "$RES_DIR/spectral_files/Frostflow/48/Frostflow.sf"
23+
spfile_name = "$RES_DIR/spectral_files/Dayspring/48/Dayspring.sf"
2424

2525
atmos = atmosphere.Atmos_t()
2626
atmosphere.setup!(atmos, ROOT_DIR, OUT_DIR,

0 commit comments

Comments
 (0)