@@ -56,7 +56,7 @@ for i in 1:3
5656 problemType= ODEProblem )
5757 #
5858 addFactor! ( fg, [prev;nextSym], oder, graphinit= false )
59- initManual ! (fg, nextSym, [zeros (1 ) for _ in 1 : 100 ])
59+ initVariable ! (fg, nextSym, [zeros (1 ) for _ in 1 : 100 ])
6060
6161 prev = nextSym
6262end
@@ -121,7 +121,7 @@ sl = DifferentialEquations.solve(oder_.forwardProblem)
121121
122122tfg = initfg ()
123123pts_ = approxConv (fg, :x0f1 , :x3 , setPPE= true , tfg= tfg)
124- # initManual !(tfg, :x3, pts)
124+ # initVariable !(tfg, :x3, pts)
125125
126126
127127# #
@@ -242,11 +242,11 @@ pts_ = approxConv(fg, :x0x1f1, :x0)
242242
243243tfg = initfg ()
244244for s in ls (fg)
245- initManual ! (fg, s, [zeros (2 ) for _ in 1 : 100 ])
245+ initVariable ! (fg, s, [zeros (2 ) for _ in 1 : 100 ])
246246end
247247
248248pts = approxConv (fg, :x0f1 , :x7 , setPPE= true , tfg= tfg)
249- # initManual !(tfg, :x7, pts)
249+ # initVariable !(tfg, :x7, pts)
250250
251251
252252
@@ -416,7 +416,7 @@ pts_ = approxConv(fg, :x0x1ωβf1, :x0)
416416
417417tfg = initfg ()
418418for s in ls (fg)
419- initManual ! (fg, s, [zeros (2 ) for _ in 1 : 100 ])
419+ initVariable ! (fg, s, [zeros (2 ) for _ in 1 : 100 ])
420420end
421421
422422# must initialize the parameters
0 commit comments