Skip to content

Commit 8503454

Browse files
Update TPM.jl
Remove `E_cons` calculation
1 parent 7125d0a commit 8503454

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/TPM.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,6 @@ function run_TPM!(stpm::SingleTPM, ephem, times_to_save::Vector{Float64}, face_I
687687
if show_progress
688688
showvalues = [
689689
("Timestep ", i_time),
690-
("E_cons ", result.E_cons[i_time]),
691690
]
692691
ProgressMeter.next!(p; showvalues)
693692
end
@@ -752,8 +751,6 @@ function run_TPM!(btpm::BinaryTPM, ephem, times_to_save::Vector{Float64}, face_I
752751
if show_progress
753752
showvalues = [
754753
("Timestep ", i_time),
755-
("E_cons for primary ", result.pri.E_cons[i_time]),
756-
("E_cons for secondary ", result.sec.E_cons[i_time]),
757754
]
758755
ProgressMeter.next!(p; showvalues)
759756
end

0 commit comments

Comments
 (0)