Skip to content

Commit 6401a2d

Browse files
committed
use map for calcfacs
1 parent 8740a48 commit 6401a2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ParametricManoptDev.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,7 @@ function solve_RLM(
193193
# varIntLabel_frontals = filter(p->first(p) in frontals, varIntLabel)
194194
# varIntLabel_separators = filter(p->first(p) in separators, varIntLabel)
195195

196-
calcfacs = CalcFactorManopt.(facs, Ref(varIntLabel))
197-
196+
calcfacs = map(f->CalcFactorManopt(f, varIntLabel), facs)
198197

199198
# get the manifold and variable types
200199
frontal_vars = getVariable.(fg, frontals)

0 commit comments

Comments
 (0)