Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
DeniseWorthen committed Mar 26, 2024
1 parent 677fadd commit 5da3dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpld_gridgen/ftst_find_angq.F90
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,6 @@ subroutine passfail(dmax,tolerance,msg)
print '(a,2f12.8)','SUCCESS! '//trim(msg)//' ',dmax,tolerance
else
print '(a,2f12.8)','FAIL! '//trim(msg)//' ',dmax,tolerance
!stop 1
stop 1
endif
end subroutine passfail

0 comments on commit 5da3dc6

Please sign in to comment.