Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Sep 25, 2024
1 parent 4abe42a commit 10aa6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2006,7 +2006,7 @@ void Model::fsx_rdata(
if (ncl() > 0)
stcl = &state_.stotal_cl.at(plist(ip) * ncl());
fsx_rdata(
&sx_rdata[ip], sx.data(ip), stcl, state_.unscaledParameters.data(),
&sx_rdata[ip * nx_rdata], sx.data(ip), stcl, state_.unscaledParameters.data(),
state_.fixedParameters.data(), x_solver.data(),
state_.total_cl.data(), plist(ip)
);
Expand Down

0 comments on commit 10aa6f9

Please sign in to comment.