diff --git a/src/ALE/Recon1d_PPM_CW.F90 b/src/ALE/Recon1d_PPM_CW.F90 index 44894315f9..c1a38961fa 100644 --- a/src/ALE/Recon1d_PPM_CW.F90 +++ b/src/ALE/Recon1d_PPM_CW.F90 @@ -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 )