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 7cdfd78 commit 7fd1f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rdata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ void ReturnData::getDataSensisFSA(
) {
if (!sx.empty()) {
model.fsx_rdata(
gsl::span<realtype>(&sx.at(it * nplist * nx), nx),
gsl::span<realtype>(&sx.at(it * nplist * nx), nplist * nx),
simulation_state.sx, simulation_state.x
);
}
Expand Down

0 comments on commit 7fd1f57

Please sign in to comment.