Skip to content

Commit

Permalink
Merge cf18bde into d596230
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnoack committed Dec 8, 2016
2 parents d596230 + cf18bde commit 84b642a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

macro check_argdims(cond)
quote
($(cond)) || throw(DimensionMismatch("Inconsistent argument dimensions."))
($(esc(cond))) || throw(DimensionMismatch("Inconsistent argument dimensions."))
end
end

Expand Down

0 comments on commit 84b642a

Please sign in to comment.