Skip to content

Commit

Permalink
Removed robits in PPM_CW unit_test
Browse files Browse the repository at this point in the history
  • Loading branch information
adcroft committed Oct 7, 2024
1 parent 0446cd2 commit d005095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ALE/Recon1d_PPM_CW.F90
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,8 @@ logical function unit_tests(this, verbose, stdout, stderr)
um(k) = this%f(k, 0.5)
ur(k) = this%f(k, 1.)
enddo
call test%real_arr(5, ul, (/1.,3.,12.,27.,61./), 'Return left edge', robits=2)
call test%real_arr(5, ur, (/1.,12.,27.,48.,61./), 'Return right edge', robits=1)
call test%real_arr(5, ul, (/1.,3.,12.,27.,61./), 'Return left edge')
call test%real_arr(5, ur, (/1.,12.,27.,48.,61./), 'Return right edge')

call this%destroy()
deallocate( um, ul, ur, ull, urr )
Expand Down

0 comments on commit d005095

Please sign in to comment.