Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jutho committed Jan 15, 2016
1 parent ad3c7f9 commit bc13d34
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/indexnotation/tensormacro.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ macro tensor(arg)
tensorify(arg)
end

macro tensoropt(args...)
if isa(args[1],Symbol)
defaultcost =
x=processcost(args[1:end-1])

tensorify(arg)
end

function tensorify(ex::Expr)
if ex.head == :(=) || ex.head == :(:=) || ex.head == :(+=) || ex.head == :(-=)
lhs = ex.args[1]
Expand Down

0 comments on commit bc13d34

Please sign in to comment.