Skip to content

Commit

Permalink
fix to parametric show
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosanjose committed Jun 30, 2021
1 parent 7413669 commit 9b9fb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parametric.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ end
function Base.show(io::IO, ::MIME"text/plain", pham::ParametricHamiltonian{N}) where {N}
i = get(io, :indent, "")
print(io, i, "Parametric")
show(io, pham.hbase)
show(io, pham.baseh)
print(io, i, "\n",
"$i Parameters : $(parameters(pham))
$i Check each call : $(pham.check)")
Expand Down

0 comments on commit 9b9fb61

Please sign in to comment.