subtype of model
This commit is contained in:
parent
a183dd3d2a
commit
c6b6e93c83
@ -22,7 +22,7 @@ end
|
||||
|
||||
function build_type(T, params)
|
||||
quote
|
||||
type $T
|
||||
type $T <: Model
|
||||
$(params...)
|
||||
$([symbol("Δ", s) for s in params]...)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user