Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ocots committed Jun 22, 2024
1 parent ba16480 commit 557511f
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 = "CTFlows"
uuid = "1c39547c-7794-42f7-af83-d98194f657c2"
authors = ["Olivier Cots <[email protected]>"]
version = "0.4.1"
version = "0.4.2"

[deps]
CTBase = "54762871-cc72-4466-b8e8-f6c8b58076cd"
Expand Down
2 changes: 1 addition & 1 deletion ext/CTFlowsODE.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module CTFlowsODE
# Aliases
const CoTangent = ctVector
const DCoTangent = ctVector
const ctgradient = CTBase.ctgradient
const ctgradient = CTBase.__ctgradient

# from CTFlows
const __variable = CTFlows.__variable
Expand Down

0 comments on commit 557511f

Please sign in to comment.