Skip to content

Commit

Permalink
set the starting value of ROld as scalar
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaotianjing committed Feb 19, 2024
1 parent df204bb commit f7ceaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/1.JWAS/src/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ mutable struct MME
0,0,[],0,0,
0,0,zeros(1,1),zeros(1,1),zeros(1,1),zeros(1,1),false,false,
[],
R,0,0,R,false,false, #R,0,0,R,scaleR,false,false,
R,0,0,R.val,false,false, #starting value of mme.ROld is a scalar equal to mme.R.val
[],
0,
1,
Expand Down

0 comments on commit f7ceaeb

Please sign in to comment.