Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified refraction/SIZE
100644 → 100755
Empty file.
Empty file modified refraction/refraction.box
100644 → 100755
Empty file.
Empty file modified refraction/refraction.rea
100644 → 100755
Empty file.
5 changes: 1 addition & 4 deletions refraction/refraction.usr
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -506,11 +506,8 @@ c-----------------------------------------------------------------------
include 'SIZE'
include 'TOTAL'
include 'EMWAVE'
include 'RTIMER'

common /ccpu/ cpu_t,cpu_dtime,cpu_chk
real cpu_t,cpu_dtime,cpu_chk

real cpu_p_t
real l2(6),linf(6)

if (istep.le.10.or.mod(istep,iocomm).eq.0) then
Expand Down
5 changes: 1 addition & 4 deletions temporal-fresnel/fresnel.usr
Original file line number Diff line number Diff line change
Expand Up @@ -213,17 +213,14 @@ c-----------------------------------------------------------------------
include 'TOTAL'
include 'EMWAVE'
include 'PML'

common /ccpu/ cpu_t,cpu_dtime,cpu_chk
real cpu_t,cpu_dtime,cpu_chk
include 'RTIMER'

common /userlogic/ twomat
logical twomat

integer i
real l2(6),linf(6)
real l2tol(6),linftol(6)
real cpu_p_t

if (istep.eq.1000) then
do i = 1,npts
Expand Down