Skip to content

Commit

Permalink
fixed variable name typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rosatamsen committed Feb 5, 2015
1 parent a75928b commit da5c61c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions laff/matvec/trsv_ltu.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ def trsv_ltu(L, B):
1, 1, 'BR')

B0, \
b1t, \
B2 = flame.repart_2x1_to_3x1(BT, \
beta1, \
b2 = flame.repart_2x1_to_3x1(BT, \
BB, \
1, 'BOTTOM')

Expand All @@ -41,9 +41,9 @@ def trsv_ltu(L, B):

BT, \
BB = flame.cont_with_3x1_to_2x1(B0, \
b1t, \
B2, \
beta1, \
b2, \
'TOP')

flame.merge_2x1(BT, \
BB, B)
BB, B)

0 comments on commit da5c61c

Please sign in to comment.