subtype of model

This commit is contained in:
Mike J Innes 2016-08-22 14:49:23 +01:00
parent afe5f36c26
commit 787d563ac1
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ end
function build_type(T, params)
quote
type $T
type $T <: Model
$(params...)
$([symbol("Δ", s) for s in params]...)
end