Skip to content

Commit e220743

Browse files
fix GTPSA cycle
1 parent c437e35 commit e220743

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "TPSAInterface"
22
uuid = "575459ea-959c-4603-9b15-d63fb6693033"
33
authors = ["Matt Signorelli <mgs255@cornell.edu> and contributors"]
4-
version = "0.0.1"
4+
version = "0.1.0"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

ext/TPSAInterfaceGTPSAExt.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ function TI.cycle!(
130130
if !isnothing(mono)
131131
mono .= m_
132132
end
133+
134+
return out_i
133135
end
134136

135137
end

0 commit comments

Comments
 (0)