Skip to content

Commit

Permalink
Fix arguments of fmi3GetAdjointDerivative! (#129)
Browse files Browse the repository at this point in the history
* Update callbackFunctions

* fix arguments fmi3GetAdjointDerivative!

* Revert "Update callbackFunctions"

This reverts commit 43b9d11.

* Update Project.toml

* Update Project.toml

---------

Co-authored-by: halentin <[email protected]>
Co-authored-by: ThummeTo <[email protected]>
  • Loading branch information
3 people authored Sep 17, 2024
1 parent a030ebd commit a6d0f74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FMIImport"
uuid = "9fcbc62e-52a0-44e9-a616-1359a0008194"
authors = ["TT <[email protected]>", "LM <[email protected]>", "JK <[email protected]>"]
version = "1.0.6"
version = "1.0.7"

[deps]
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Expand Down
2 changes: 1 addition & 1 deletion src/FMI3/int.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2727,8 +2727,8 @@ function fmi3GetAdjointDerivative!(
c::FMU3Instance,
unknowns::AbstractArray{fmi3ValueReference},
knowns::AbstractArray{fmi3ValueReference},
sensitivity::AbstractArray,
seed::AbstractArray{fmi3Float64},
sensitivity::AbstractArray{fmi3Float64},
)

nKnowns = Csize_t(length(knowns))
Expand Down

0 comments on commit a6d0f74

Please sign in to comment.