Skip to content

Commit

Permalink
modify cp tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
kent0 committed Mar 26, 2024
1 parent a2b606e commit ff3cfc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit.f
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ subroutine cp_unit(iflag)

if (nio.eq.0) write (6,*) 'edif',edif,s1,s2

if (edif.gt.9.e-11) iexit=iexit+8
if (edif.gt.5.e-10) iexit=iexit+8

call exitm(iexit)

Expand Down

0 comments on commit ff3cfc0

Please sign in to comment.