Skip to content

Commit

Permalink
Rename proj_time to kupd_time in update_k (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
kent0 authored Mar 26, 2024
1 parent 0c56bdd commit ebd1d66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/rom.f
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ subroutine update_k(uuk,uukp,ttk,ttkp)
if (nio.eq.0) write (6,*) 'begin update setup'

call nekgsync
proj_time=dnekclock()
kupd_time=dnekclock()

if (ifpod(1)) then
do i=1,ns
Expand All @@ -485,7 +485,7 @@ subroutine update_k(uuk,uukp,ttk,ttkp)
endif

call nekgsync
if (nio.eq.0) write (6,*) 'proj_time:',dnekclock()-proj_time
if (nio.eq.0) write (6,*) 'kupd_time:',dnekclock()-kupd_time

c call hyperpar
call update_hyper(ukp,tkp)
Expand Down

0 comments on commit ebd1d66

Please sign in to comment.