Skip to content

Commit

Permalink
Export AbstractMaterialState
Browse files Browse the repository at this point in the history
  • Loading branch information
jvaara committed Oct 4, 2019
1 parent 72377fa commit 620c78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Materials.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ abstract type AbstractMaterialState end
return :(T($(expr...)))
end

export AbstractMaterial
export AbstractMaterial, AbstractMaterialState

function integrate_material!(material::M) where {M<:AbstractMaterial}
error("One needs to define how to integrate material $M!")
Expand Down

0 comments on commit 620c78b

Please sign in to comment.