Skip to content

Commit

Permalink
Better bookkeeping of Tao parameter s%global%derivative_recalc. (#1065)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSagan authored Jul 16, 2024
1 parent 98fcb63 commit 926a5fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tao/code/tao_dmerit_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ subroutine tao_dmodel_dvar_calc (force_calc, err_flag)
s%var(j)%ix_dVar = nv
enddo

if (.not. reinit) then
if (.not. reinit .or. .not. s%global%derivative_recalc) then
return
endif

Expand Down
2 changes: 1 addition & 1 deletion tao/version/tao_version_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
!-

module tao_version_mod
character(*), parameter :: tao_version_date = "2024/07/12 01:07:22"
character(*), parameter :: tao_version_date = "2024/07/15 13:46:54"
end module

0 comments on commit 926a5fe

Please sign in to comment.