Skip to content

Commit

Permalink
Add typerepr for AbstractQuArray.
Browse files Browse the repository at this point in the history
  • Loading branch information
acroy committed May 10, 2015
1 parent db90f4c commit f9289a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/arrays/quarray.jl
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@
####################
# Helper Functions #
####################
typerepr(qa::AbstractQuArray) = "$(typeof(qa).name)"
typerepr(::QuVector) = "QuVector"
typerepr(::QuMatrix) = "QuMatrix"
typerepr(::DualVector) = "DualVector"
Expand Down

0 comments on commit f9289a8

Please sign in to comment.