consistent naming

This commit is contained in:
Mike J Innes 2016-10-30 00:19:57 +01:00
parent 73ff5b4201
commit 06e37081d3

View File

@ -76,7 +76,7 @@ end
type Unrolled <: Model
model
graph::IVertex{Any}
states::Vector{Any}
state::Vector{Any}
steps::Int
end