Skip to content

Commit 7a892ed

Browse files
fix typo
1 parent dd9974f commit 7a892ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/basis/type.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ function implicit_variables(b::AbstractBasis)
260260
end
261261

262262
function states(b::AbstractBasis)
263-
return getfield(b, :states)
263+
return getfield(b, :unknowns)
264264
end
265265

266266
# For internal use

0 commit comments

Comments
 (0)