Skip to content

Commit

Permalink
Make MBmodel <: AbstractModel
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiBolibar committed Sep 14, 2023
1 parent 645d1ae commit dbfcdad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/models/mass_balance/MBmodel.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

export TImodel1, TImodel2
export TImodel1, TImodel2, MBmodel

# Abstract type as a parent type for Mass Balance models
abstract type MBmodel end
abstract type MBmodel <: AbstractModel end

###############################################
########## TEMPERATURE-INDEX MODELS ###########
Expand Down

0 comments on commit dbfcdad

Please sign in to comment.