restore alterparam

This commit is contained in:
Mike J Innes 2017-03-12 14:51:55 +00:00
parent 3f919aa81e
commit 418f5bfe28

View File

@ -7,6 +7,7 @@ type AlterParam
end
Base.size(p::AlterParam) = size(p.load(p.param.x))
Base.copy!(xs, p::AlterParam) = copy!(xs, p.load(p.param.x))
function copyargs!(as, bs)
for id in intersect(keys(as), keys(bs))