We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c437e35 commit e220743Copy full SHA for e220743
Project.toml
@@ -1,7 +1,7 @@
1
name = "TPSAInterface"
2
uuid = "575459ea-959c-4603-9b15-d63fb6693033"
3
authors = ["Matt Signorelli <mgs255@cornell.edu> and contributors"]
4
-version = "0.0.1"
+version = "0.1.0"
5
6
[deps]
7
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ext/TPSAInterfaceGTPSAExt.jl
@@ -130,6 +130,8 @@ function TI.cycle!(
130
if !isnothing(mono)
131
mono .= m_
132
end
133
+
134
+ return out_i
135
136
137
0 commit comments