Skip to content

Commit 044ac9b

Browse files
committed
Fix missing imports
1 parent 5e48d2b commit 044ac9b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/solver/globe.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ module solve_globe
22

33
using Printf
44
using LoggingExtras
5+
using Statistics: median
56

67
import ..atmosphere
78
import ..multicol
8-
include("energy.jl"); import .solve_energy: solve_energy!
9+
import ..solve_energy: solve_energy!
910

1011
"""
1112
**Solve multi-column problem for radiative-convective equilibrium across the globe**

0 commit comments

Comments
 (0)